hello, world

R=ken
DELTA=7  (7 added, 0 deleted, 0 changed)
This commit is contained in:
Brian Kernighan 1972-07-18 19:05:45 -05:00
commit 7d7c6a97f8

7
src/pkg/debug/macho/testdata/hello.b vendored Normal file
View file

@ -0,0 +1,7 @@
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';