summaryrefslogtreecommitdiffstats
path: root/Tests/RuntimePath/foo1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RuntimePath/foo1.c')
-rw-r--r--Tests/RuntimePath/foo1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/RuntimePath/foo1.c b/Tests/RuntimePath/foo1.c
index 27cd912..dfcb0b7 100644
--- a/Tests/RuntimePath/foo1.c
+++ b/Tests/RuntimePath/foo1.c
@@ -1 +1,4 @@
-int foo1() { return 0; }
+int foo1()
+{
+ return 0;
+}