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