aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/05.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/05.c')
-rw-r--r--c_compiler/test/in/05.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c_compiler/test/in/05.c b/c_compiler/test/in/05.c
deleted file mode 100644
index 546012c..0000000
--- a/c_compiler/test/in/05.c
+++ /dev/null
@@ -1,6 +0,0 @@
-char *glob;
-
-int main() {
- glob = "Yann";
- return 0;
-}