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