...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
debug
/
dwarf
/
testdata
/
split.c
Documentation:
debug/dwarf/testdata
1
// gcc -gsplit-dwarf split.c -o split.elf
2
3
int main()
4
{
5
}
View as plain text