aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust/5 polyglot static/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/rust/5 polyglot static/prog.c')
-rw-r--r--test cases/rust/5 polyglot static/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/rust/5 polyglot static/prog.c b/test cases/rust/5 polyglot static/prog.c
index 18f2c36..dbbd880 100644
--- a/test cases/rust/5 polyglot static/prog.c
+++ b/test cases/rust/5 polyglot static/prog.c
@@ -2,7 +2,7 @@
void f();
-int main() {
+int main(void) {
printf("Hello from C!\n");
f();
}