summary refs log tree commit diff stats
path: root/tinyc/tests/tests2/83_utf8_in_identifiers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/tests2/83_utf8_in_identifiers.c')
-rw-r--r--tinyc/tests/tests2/83_utf8_in_identifiers.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tinyc/tests/tests2/83_utf8_in_identifiers.c b/tinyc/tests/tests2/83_utf8_in_identifiers.c
deleted file mode 100644
index 1f8609525..000000000
--- a/tinyc/tests/tests2/83_utf8_in_identifiers.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-double привет=0.1;
-int Lefèvre=2;
-int main(){
-    printf("привет=%g\n",привет);
-    printf("Lefèvre=%d\n",Lefèvre);
-    return 0;
-}
-// pcc & tcc only