summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-04-12 01:38:35 -0400
committerRich Felker <dalias@aerifal.cx>2012-04-12 01:38:35 -0400
commit02d288d89683e99fd18fe9f54d4e731a6c474a4f (patch)
tree0f9f205ea977d95aad085663fbc36d6002454bc7 /src/true.c
downloadnoxcuse-02d288d89683e99fd18fe9f54d4e731a6c474a4f.tar.gz
initial check-in
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;
+}