Skip to content

Commit d82b11e

Browse files
author
Brian Kernighan
committed
last-minute fix: convert to ANSI C
R=dmr DELTA=3 (2 added, 0 deleted, 1 changed)
1 parent 0744ac9 commit d82b11e

File tree

1 file changed

+3
-1
lines changed
  • src/pkg/debug/macho/testdata

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <stdio.h>
22

3-
main()
3+
int
4+
main(void)
45
{
56
printf("hello, world\n");
7+
return 0;
68
}

0 commit comments

Comments
 (0)