/trunk/Examples/test-suite/go/extend_variable_runme.go
# · Go · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · e85c72a1b9ae36a2ca883ebba95f8abf MD5 · raw file
- package main
- import . "./extend_variable"
- func main() {
- if FooBar != 42 {
- panic(0)
- }
- }