summaryrefslogtreecommitdiffstats
path: root/Tests/COnly/conly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/COnly/conly.c')
-rw-r--r--Tests/COnly/conly.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/COnly/conly.c b/Tests/COnly/conly.c
index 1482f27..3f720ef 100644
--- a/Tests/COnly/conly.c
+++ b/Tests/COnly/conly.c
@@ -1,4 +1,9 @@
+#include "foo.h"
+
+#include <stdio.h>
+
int main ()
{
+ printf("Foo: %s\n", foo);
return 0;
}