blob: 6d68e3913a28b95fd5e1e64e108668aa180991fc [file] [log] [blame]
// +build testdata
package testdata
func Func1(arg1 *int) {
if *arg1 != 0 {
*arg1 = 1
}
}