mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00: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
1 changed files with 3 additions and 1 deletions
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 a new issue