Source file tour/flowcontrol/forever.go

     1  // +build no-run OMIT
     2  
     3  package main
     4  
     5  func main() {
     6  	for {
     7  	}
     8  }
     9  

View as plain text