diff options
Diffstat (limited to 'src/pkg/debug')
| -rw-r--r-- | src/pkg/debug/macho/testdata/hello.b | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pkg/debug/macho/testdata/hello.b b/src/pkg/debug/macho/testdata/hello.b new file mode 100644 index 0000000000..05c4140424 --- /dev/null +++ b/src/pkg/debug/macho/testdata/hello.b @@ -0,0 +1,7 @@ +main( ) { + extrn a, b, c; + putchar(a); putchar(b); putchar(c); putchar('!*n'); +} +a 'hell'; +b 'o, w'; +c 'orld'; |
