diff options
Diffstat (limited to 'test cases/rust/4 polyglot')
| -rw-r--r-- | test cases/rust/4 polyglot/prog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/rust/4 polyglot/prog.c b/test cases/rust/4 polyglot/prog.c index 18f2c36fc..dbbd8800a 100644 --- a/test cases/rust/4 polyglot/prog.c +++ b/test cases/rust/4 polyglot/prog.c @@ -2,7 +2,7 @@ void f(); -int main() { +int main(void) { printf("Hello from C!\n"); f(); } |
