whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "textflag.h"
|
||||
|
||||
TEXT ·asmBrk(SB),0,$0-0
|
||||
BYTE $0xcc
|
||||
RET
|
||||
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
func asmBrk()
|
||||
|
||||
func main() {
|
||||
asmBrk()
|
||||
}
|
||||
Reference in New Issue
Block a user