mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00: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…
x
Reference in New Issue
Block a user