• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "a.h"
f()2 inline void f() { X x, y(x); }
3 #include "b.h"
4 X x, y(x);
5