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
new file mode 100644
index 0000000..2946013
--- /dev/null
+++ b/test/Modules/Inputs/template-default-args/c.h
@@ -0,0 +1,2 @@
+template<typename T = int> struct F;
+template<typename T, typename U> struct I;
OpenPOWER on IntegriCloud