llvm-for-llvmta/tools/clang/test/Modules/Inputs/PR21687/c.h

5 lines
72 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
#include "a.h"
inline void f() { X x, y(x); }
#include "b.h"
X x, y(x);