summaryrefslogtreecommitdiff
path: root/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'true.c')
-rw-r--r--true.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/true.c b/true.c
new file mode 100644
index 0000000..e16a6df
--- /dev/null
+++ b/true.c
@@ -0,0 +1,6 @@
+int main(int argc, char * argv[])
+{
+ (void) argc;
+ (void) argv;
+ return 0;
+}