Files
clang-p2996/clang/test/Modules/Inputs/anon-redecl/a.h
Richard Smith 76ea19641e [modules] Additional tests.
llvm-svn: 293223
2017-01-26 23:07:59 +00:00

3 lines
66 B
C

struct X { union { int n; }; };
inline int a(X x) { return x.n; }