summaryrefslogtreecommitdiffstats
path: root/test cases/common/17 array/prog.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/common/17 array/prog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/17 array/prog.c b/test cases/common/17 array/prog.c
new file mode 100644
index 0000000..f794e1b
--- /dev/null
+++ b/test cases/common/17 array/prog.c
@@ -0,0 +1,3 @@
+extern int func(void);
+
+int main(void) { return func(); }