From 27134d31ce42631fca12295f4064d55de8dfdee8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 Mar 2017 22:11:04 +0000 Subject: moved test cases --- c_compiler/test/in/AddSubScope/SimpleReturn.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 c_compiler/test/in/AddSubScope/SimpleReturn.c (limited to 'c_compiler/test/in/AddSubScope/SimpleReturn.c') diff --git a/c_compiler/test/in/AddSubScope/SimpleReturn.c b/c_compiler/test/in/AddSubScope/SimpleReturn.c new file mode 100644 index 0000000..c362948 --- /dev/null +++ b/c_compiler/test/in/AddSubScope/SimpleReturn.c @@ -0,0 +1,3 @@ +int main() { + return 13; +} -- cgit