github.com/jmigpin/editor@v1.6.0/core/godebug/testdata/src12.txt (about) 1 # comments in the middle of a stmt 2 ucmd godebugtester run main.go 3 contains stdout "1" 4 5 -- main.go -- 6 package main 7 func main() { 8 a:=/*bb*/1 9 /*aaa*/ 10 _=a 11 } 12