mirror of
https://github.com/golang/go
synced 2024-11-11 17:51:49 -07:00
last-minute fix: convert to ANSI C
R=dmr DELTA=3 (2 added, 0 deleted, 1 changed)
This commit is contained in:
parent
0744ac9691
commit
d82b11e4a4
4
src/pkg/debug/macho/testdata/hello.c
vendored
4
src/pkg/debug/macho/testdata/hello.c
vendored
@ -1,6 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
main()
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
printf("hello, world\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user