mirror of
https://github.com/golang/go
synced 2024-11-25 01:57:56 -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() {
|
#include <stdio.h>
|
||||||
printf("hello, world");
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
printf("hello, world\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user