summaryrefslogtreecommitdiff
path: root/test/ragel.d/import2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragel.d/import2.h')
-rw-r--r--test/ragel.d/import2.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/ragel.d/import2.h b/test/ragel.d/import2.h
deleted file mode 100644
index 707271dd..00000000
--- a/test/ragel.d/import2.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-#define A 49
-
-#define B "2"
-
-#define C '3'
-
-int D = 52;
-
-const char *E = "5";
-
-char F = '6';