mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
main: extra interface test for simple named types
This commit is contained in:
Vendored
+1
@@ -7,6 +7,7 @@ func main() {
|
||||
printItf(5)
|
||||
printItf(byte('x'))
|
||||
printItf("foo")
|
||||
printItf(Foo(18))
|
||||
printItf(*thing)
|
||||
printItf(thing)
|
||||
printItf(Stringer(thing))
|
||||
|
||||
Reference in New Issue
Block a user