From b76c518533d85128dcdd3b92c7facd22bdcb96a6 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 7 Dec 2010 21:27:00 +0200 Subject: Testing an experimental feature --- hello.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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();} -- cgit v1.2.3