aboutsummaryrefslogtreecommitdiffstats
path: root/test/pre.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/pre.txt')
-rw-r--r--test/pre.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pre.txt b/test/pre.txt
new file mode 100644
index 0000000..0819fdc
--- /dev/null
+++ b/test/pre.txt
@@ -0,0 +1,2 @@
+enum jmp_type {NONE=0, JMP=1, JNE=2, JE=3};
+#define JMP_T enum jmp_type