summaryrefslogtreecommitdiff
path: root/Tests/COnly/libc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/COnly/libc2.c')
-rw-r--r--Tests/COnly/libc2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/COnly/libc2.c b/Tests/COnly/libc2.c
new file mode 100644
index 000000000..0fd895664
--- /dev/null
+++ b/Tests/COnly/libc2.c
@@ -0,0 +1,6 @@
+#include "libc2.h"
+
+float LibC2Func()
+{
+ return 1.0;
+}