mirror of
https://github.com/golang/go
synced 2024-11-19 04:44:41 -07:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
|
-- gofmt --
|
||
|
package noparse_format //@format("package")
|
||
|
|
||
|
func _() {
|
||
|
f()
|
||
|
}
|
||
|
|