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