1 // Package comment B. 2 package merge 3 4 // B doc. 5 func B() { 6 // B comment. 7 } 8
View as plain text