llvm-project/clang/test/Modules/Inputs/cxx-templates-d.h

4 lines
161 B
C

@import cxx_templates_common;
inline int InstantiateWithAnonymousDeclsD(WithAnonymousDecls<char> x) { return (x.k ? x.a : x.b) + (x.k ? x.s.c : x.s.d) + x.e; }