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