MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / namedptr2

Function namedptr2

testdata/interface.go:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315}
316
317func namedptr2() interface{} {
318 type Test byte
319 return (*Test)(nil)
320}
321
322func ptrptrswitch() {
323 identify(0)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected