Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/anon-redecl/
c2.h
struct X { union { int n; }; }; inline int c(X x) { return x.n; }