summaryrefslogtreecommitdiff
path: root/test/test03.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test03.c')
-rw-r--r--test/test03.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test03.c b/test/test03.c
new file mode 100644
index 0000000..20e0636
--- /dev/null
+++ b/test/test03.c
@@ -0,0 +1,4 @@
+int main(int argc, char **argv)
+{
+ return 123;
+}