]> Cypherpunks repositories - gostls13.git/commitdiff
hello, world
authorBrian Kernighan <bwk>
Wed, 19 Jul 1972 00:05:45 +0000 (19:05 -0500)
committerBrian Kernighan <bwk>
Wed, 19 Jul 1972 00:05:45 +0000 (19:05 -0500)
R=ken
DELTA=7  (7 added, 0 deleted, 0 changed)

src/pkg/debug/macho/testdata/hello.b [new file with mode: 0644]

diff --git a/src/pkg/debug/macho/testdata/hello.b b/src/pkg/debug/macho/testdata/hello.b
new file mode 100644 (file)
index 0000000..05c4140
--- /dev/null
@@ -0,0 +1,7 @@
+main( ) {
+       extrn a, b, c;
+       putchar(a); putchar(b); putchar(c); putchar('!*n');
+}
+a 'hell';
+b 'o, w';
+c 'orld';