aboutsummaryrefslogtreecommitdiffstats
path: root/utils/internal/example_c_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/internal/example_c_file.c')
-rw-r--r--utils/internal/example_c_file.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/utils/internal/example_c_file.c b/utils/internal/example_c_file.c
new file mode 100644
index 0000000..35da01d
--- /dev/null
+++ b/utils/internal/example_c_file.c
@@ -0,0 +1,25 @@
+/* a comment / */
+/* "not a string" */
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
+#include <ctype.h>
+#include <signal.h>
+#include <time.h>
+#include <wchar.h>
+
+/*
+ multiline comment
+ comment
+*/
+
+int main()
+{
+ auto char* multi = "a multi"; /* and a comment !*/
+}
+
+/* A final comment for good measure /* /* /* */
+
+
+