MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / f

Function f

ssa/interp/testdata/slice2arrayptr.go:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37type arr [2]int
38
39func f() {
40 s := []int{1, 2, 3, 4}
41 _ = *(*arr)(s)
42}
43
44func wantPanic(fn func(), s string) {
45 defer func() {

Callers 2

initFunction · 0.70
nilInterfaceMethodValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected