aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/SimpleDeclaration.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/SimpleDeclaration.c')
-rw-r--r--c_compiler/test/in/SimpleDeclaration.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c_compiler/test/in/SimpleDeclaration.c b/c_compiler/test/in/SimpleDeclaration.c
new file mode 100644
index 0000000..95c954c
--- /dev/null
+++ b/c_compiler/test/in/SimpleDeclaration.c
@@ -0,0 +1,4 @@
+int main() {
+ int x = 26;
+ return x;
+}