summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/template-default-args/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/template-default-args/c.h')
-rw-r--r--test/Modules/Inputs/template-default-args/c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/template-default-args/c.h b/test/Modules/Inputs/template-default-args/c.h
index 2946013..30cddb3 100644
--- a/test/Modules/Inputs/template-default-args/c.h
+++ b/test/Modules/Inputs/template-default-args/c.h
@@ -1,2 +1,4 @@
+BEGIN
template<typename T = int> struct F;
template<typename T, typename U> struct I;
+END
OpenPOWER on IntegriCloud