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