diff --git a/src/pkg/debug/macho/testdata/hello.c b/src/pkg/debug/macho/testdata/hello.c index 8626b30633..a689d3644e 100644 --- a/src/pkg/debug/macho/testdata/hello.c +++ b/src/pkg/debug/macho/testdata/hello.c @@ -1,6 +1,8 @@ #include -main() +int +main(void) { printf("hello, world\n"); + return 0; }