whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
var p_value *int = nil
|
||||
*p_value = 1
|
||||
}
|
||||
Reference in New Issue
Block a user