blob: 06eae9359d299bb9e87d53da9c3bd12fc7ff5ea7 [file] [log] [blame]
package a
func main() {
x := 12
y := x + 17
panic(y)
}