MCPcopy Create free account
hub / github.com/tinygo-org/tinygo / namedptr1

Function namedptr1

testdata/interface.go:312–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310}
311
312func namedptr1() interface{} {
313 type Test int
314 return (*Test)(nil)
315}
316
317func namedptr2() interface{} {
318 type Test byte

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected