diff options
Diffstat (limited to 'test cases/common/179 escape and unicode/fun.c')
-rw-r--r-- | test cases/common/179 escape and unicode/fun.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/179 escape and unicode/fun.c b/test cases/common/179 escape and unicode/fun.c new file mode 100644 index 0000000..c5634d8 --- /dev/null +++ b/test cases/common/179 escape and unicode/fun.c @@ -0,0 +1,3 @@ +int a_fun(void) { + return 1; +} |