whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
// #include <stdio.h>
|
||||
// void fortytwo()
|
||||
// {
|
||||
// fprintf(stdin, "42");
|
||||
// }
|
||||
import "C"
|
||||
import "runtime"
|
||||
|
||||
func main() {
|
||||
C.fortytwo()
|
||||
runtime.Breakpoint()
|
||||
}
|
||||
Reference in New Issue
Block a user