Skip to content

Commit 0744ac9

Browse files
author
Brian Kernighan
committed
convert to Draft-Proposed ANSI C
R=dmr DELTA=5 (2 added, 0 deleted, 3 changed)
1 parent 0bb0b61 commit 0744ac9

File tree

1 file changed

+5
-2
lines changed
  • src/pkg/debug/macho/testdata

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
main() {
2-
printf("hello, world");
1+
#include <stdio.h>
2+
3+
main()
4+
{
5+
printf("hello, world\n");
36
}

0 commit comments

Comments
 (0)