Skip to content

Commit 7d7c6a9

Browse files
author
Brian Kernighan
committed
hello, world
R=ken DELTA=7 (7 added, 0 deleted, 0 changed)
0 parents  commit 7d7c6a9

File tree

1 file changed

+7
-0
lines changed
  • src/pkg/debug/macho/testdata

1 file changed

+7
-0
lines changed

src/pkg/debug/macho/testdata/hello.b

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
main( ) {
2+
extrn a, b, c;
3+
putchar(a); putchar(b); putchar(c); putchar('!*n');
4+
}
5+
a 'hell';
6+
b 'o, w';
7+
c 'orld';

0 commit comments

Comments
 (0)