aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/01.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/01.c')
-rw-r--r--c_compiler/test/in/01.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/c_compiler/test/in/01.c b/c_compiler/test/in/01.c
index 76425b5..c362948 100644
--- a/c_compiler/test/in/01.c
+++ b/c_compiler/test/in/01.c
@@ -1,6 +1,3 @@
-int a;
-int b = 0;
-int c, d;
-
-int e,
- f;
+int main() {
+ return 13;
+}