8 lines
62 B
Go
8 lines
62 B
Go
package main
|
|
|
|
func asmBrk()
|
|
|
|
func main() {
|
|
asmBrk()
|
|
}
|