diff options
Diffstat (limited to 'clang/test/Modules/Inputs/cxx-templates-d.h')
| -rw-r--r-- | clang/test/Modules/Inputs/cxx-templates-d.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/cxx-templates-d.h b/clang/test/Modules/Inputs/cxx-templates-d.h new file mode 100644 index 00000000000..6aefdeca64d --- /dev/null +++ b/clang/test/Modules/Inputs/cxx-templates-d.h @@ -0,0 +1,3 @@ +@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; } |

