delve/_fixtures/break/main.go

8 lines
62 B
Go

package main
func asmBrk()
func main() {
asmBrk()
}