aboutsummaryrefslogtreecommitdiffstats
path: root/tests/c_files/example_c_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c_files/example_c_file.c')
-rw-r--r--tests/c_files/example_c_file.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/c_files/example_c_file.c b/tests/c_files/example_c_file.c
new file mode 100644
index 0000000..17b2ac4
--- /dev/null
+++ b/tests/c_files/example_c_file.c
@@ -0,0 +1,12 @@
+char tav = 'b';
+char* moral = "ain't I \\\"\\\t\" a nice string?\"\"";
+char* comment_inside = "but you will /* see it */!!!!";
+char* i_have_newlines = "line one\nline two\nline three";
+
+int main()
+{
+ auto char* multi = "a multi";
+}
+
+
+