Skip to content

Instantly share code, notes, and snippets.

@obscuren
Created June 2, 2014 08:42
Show Gist options
  • Save obscuren/d598aecc7d7d4c15a041 to your computer and use it in GitHub Desktop.
Save obscuren/d598aecc7d7d4c15a041 to your computer and use it in GitHub Desktop.
func other() {
var b = 10
}
func more() {
var b = 10
}
func main() {
var c = 20
other()
more()
}
main()
return 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment