summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/typedef1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/Inputs/typedef1.c')
-rw-r--r--test/ASTMerge/Inputs/typedef1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/typedef1.c b/test/ASTMerge/Inputs/typedef1.c
new file mode 100644
index 0000000..5657675
--- /dev/null
+++ b/test/ASTMerge/Inputs/typedef1.c
@@ -0,0 +1,4 @@
+typedef int Typedef1;
+typedef int Typedef2;
+Typedef1 x1;
+Typedef2 x2;
OpenPOWER on IntegriCloud