diff options
author | Cornel <[email protected]> | 2020-06-23 12:56:28 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-23 11:56:28 +0200 |
commit | 720a54a0fec0720fd7517286810d0837eee2a38a (patch) | |
tree | ed1b8e71dbe49b6448ab066700769a60f8f2b34e /testdata/reflect.txt | |
parent | de45da5df43ea663e0bf36328ce4ea5fb21af0d7 (diff) | |
download | tinygo-720a54a0fec0720fd7517286810d0837eee2a38a.tar.gz tinygo-720a54a0fec0720fd7517286810d0837eee2a38a.zip |
extend stdlib to allow import of more packages (#1099)
* stdlib: extend stdlib to allow import of more packages
Diffstat (limited to 'testdata/reflect.txt')
-rw-r--r-- | testdata/reflect.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/reflect.txt b/testdata/reflect.txt index 283613068..eeaa9c6f8 100644 --- a/testdata/reflect.txt +++ b/testdata/reflect.txt @@ -336,3 +336,6 @@ float64 8 64 complex64 8 64 complex128 16 128 type assertion succeeded for unreferenced type + +struct tags +blue gopher |