fixes view types for sizeof() and --gc:orc (#15680)

This commit is contained in:
Andreas Rumpf
2020-10-22 18:52:05 +02:00
committed by GitHub
parent 8358974b73
commit 64016ddedc
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ asdf
231
231
'''
cmd: "nim c $file"
cmd: "nim c --gc:orc $file"
"""
{.experimental: "views".}