summaryrefslogtreecommitdiff
path: root/Tests/COnly/libc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/COnly/libc1.c')
-rw-r--r--Tests/COnly/libc1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/COnly/libc1.c b/Tests/COnly/libc1.c
new file mode 100644
index 000000000..b01e1e1b5
--- /dev/null
+++ b/Tests/COnly/libc1.c
@@ -0,0 +1,4 @@
+float LibC1Func()
+{
+ return 2.0;
+}