PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/go/extend_variable_runme.go

#
Go | 9 lines | 7 code | 2 blank | 0 comment | 2 complexity | e85c72a1b9ae36a2ca883ebba95f8abf MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import . "./extend_variable"
  3. func main() {
  4. if FooBar != 42 {
  5. panic(0)
  6. }
  7. }