diff options
Diffstat (limited to 'Tests/Module/CheckIPOSupported-C/foo.c')
| -rw-r--r-- | Tests/Module/CheckIPOSupported-C/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Module/CheckIPOSupported-C/foo.c b/Tests/Module/CheckIPOSupported-C/foo.c index 1e56597..6a64a99 100644 --- a/Tests/Module/CheckIPOSupported-C/foo.c +++ b/Tests/Module/CheckIPOSupported-C/foo.c @@ -1,4 +1,4 @@ -int foo() +int foo(void) { return 0x42; } |
