mirror of
https://github.com/golang/go
synced 2024-11-21 17:44:40 -07:00
hello, world
R=ken DELTA=7 (7 added, 0 deleted, 0 changed)
This commit is contained in:
commit
7d7c6a97f8
7
src/pkg/debug/macho/testdata/hello.b
vendored
Normal file
7
src/pkg/debug/macho/testdata/hello.b
vendored
Normal 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';
|
Loading…
Reference in New Issue
Block a user