8 lines
57 B
Go
8 lines
57 B
Go
|
|
package main
|
||
|
|
|
||
|
|
func asmFunc()
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
asmFunc()
|
||
|
|
}
|