summaryrefslogtreecommitdiffstats
path: root/test/datafile_c.0
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/datafile_c.011
1 files changed, 11 insertions, 0 deletions
diff --git a/test/datafile_c.0 b/test/datafile_c.0
new file mode 100644
index 0000000..9a99dd4
--- /dev/null
+++ b/test/datafile_c.0
@@ -0,0 +1,11 @@
+/*
+ * 📂 HELLO, WORLD!
+ */
+
+#include <stdio.h>
+
+int
+main()
+{
+ printf("Hello, World!\n");
+}