[OpenACC] Implement 'device_type' for 'data' construct
[llvm-project.git] / clang / test / Modules / Inputs / anon-redecl / a.h
blob1b23e724160af1efb159a7802ef6fbc13b4ce891
1 struct X { union { int n; }; };
2 inline int a(X x) { return x.n; }