mirror of
https://github.com/golang/go.git
synced 2026-01-29 07:02:05 +03:00
convert to C
R=dmr DELTA=6 (0 added, 3 deleted, 3 changed)
This commit is contained in:
7
src/pkg/debug/macho/testdata/hello.b
vendored
7
src/pkg/debug/macho/testdata/hello.b
vendored
@@ -1,7 +0,0 @@
|
||||
main( ) {
|
||||
extrn a, b, c;
|
||||
putchar(a); putchar(b); putchar(c); putchar('!*n');
|
||||
}
|
||||
a 'hell';
|
||||
b 'o, w';
|
||||
c 'orld';
|
||||
3
src/pkg/debug/macho/testdata/hello.c
vendored
Normal file
3
src/pkg/debug/macho/testdata/hello.c
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
main() {
|
||||
printf("hello, world");
|
||||
}
|
||||
Reference in New Issue
Block a user