diff options
Diffstat (limited to 'Tests/COnly/libc1.c')
-rw-r--r-- | Tests/COnly/libc1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/COnly/libc1.c b/Tests/COnly/libc1.c new file mode 100644 index 0000000..b01e1e1 --- /dev/null +++ b/Tests/COnly/libc1.c @@ -0,0 +1,4 @@ +float LibC1Func() +{ + return 2.0; +} |