summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-12-07 21:27:00 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-12-07 21:27:00 +0200
commitb76c518533d85128dcdd3b92c7facd22bdcb96a6 (patch)
treee1aa25aea9e8f700413451cd4d12d562e323a0ad
parentb70df95dbae39b3f0447be5c214d1dee33245827 (diff)
Testing an experimental featureexperiment
-rw-r--r--hello.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hello.c b/hello.c
index 960ef05..b3a2683 100644
--- a/hello.c
+++ b/hello.c
@@ -1,3 +1,5 @@
#include "hello.h"
-int main() {return 0;}
+int test() {return 45; }
+
+int main() {return test();}