Home | History | Annotate | Download | only in fixedbugs

Lines Matching refs:fmt

5 import "fmt"
11 fmt.Printf("// errorcheck\n\n")
12 fmt.Printf("package p\n\n")
13 fmt.Println(`import "unsafe"`)
21 fmt.Printf("type T%d int\n", n)
24 fmt.Printf("var t T1\n")
25 fmt.Printf("var p *T1\n")
52 fmt.Printf(structTpl, n, n, 2*n, 2*n+1)
57 fmt.Printf("const _ = unsafe.Offsetof(%s", root)
59 fmt.Printf(".T%d", n)
74 fmt.Print(")")
76 fmt.Print(` // ERROR "indirection"`)
78 fmt.Print("\n")