summaryrefslogtreecommitdiffstats
path: root/feed/test-lex-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'feed/test-lex-c.c')
-rw-r--r--feed/test-lex-c.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/feed/test-lex-c.c b/feed/test-lex-c.c
new file mode 100644
index 0000000..7bcf7b4
--- /dev/null
+++ b/feed/test-lex-c.c
@@ -0,0 +1,15 @@
+int main(int argc, char argv[]) {
+
+ /* multiline
+ * foo */
+
+ // c comment
+
+ fprintf(stderr, "this is a \"string %s %i", 0x5656, 6786);
+
+ c = 'c';
+ c = '\\';
+ c = '\000';
+
+ FOO_BAR(blafasel);
+}