Home | History | Annotate | Download | only in PR21687
      1 #include "a.h"
      2 inline void f() { X x, y(x); }
      3 #include "b.h"
      4 X x, y(x);
      5