summaryrefslogtreecommitdiffstats
path: root/test cases/common/179 escape and unicode/file.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/179 escape and unicode/file.c.in')
-rw-r--r--test cases/common/179 escape and unicode/file.c.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/179 escape and unicode/file.c.in b/test cases/common/179 escape and unicode/file.c.in
new file mode 100644
index 0000000..5dd6e50
--- /dev/null
+++ b/test cases/common/179 escape and unicode/file.c.in
@@ -0,0 +1,5 @@
+#include<stdio.h>
+const char* does_it_work(void) {
+ printf("{NAME}\n");
+ return "yes it does";
+}