honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/simple/s1006/testdata/src/example.com/CheckForTrue/generated.go (about)

     1  // Code generated by a clever monkey. DO NOT EDIT.
     2  
     3  package pkg
     4  
     5  func fn3() {
     6  	for true {
     7  	}
     8  }
     9  
    10  //line input.go:2
    11  func fn2() {
    12  	for true {
    13  	}
    14  }