Fix sigsegv in getTypeImpl for unnamed tuple (#5440)

avoid sigsegv in getTypeImpl for unnamed tuple; fixes #4862
This commit is contained in:
Fabian Keller
2017-03-02 15:30:19 +01:00
committed by Andreas Rumpf
parent 73387e89a0
commit e2567e2e03
2 changed files with 11 additions and 2 deletions

View File

@@ -120,3 +120,7 @@ test(Tree):
right: ref Tree
test(proc (a: int, b: Foo[2,float]))
test(proc (a: int, b: Foo[2,float]): Bar[3,int])
# bug #4862
static:
discard typedesc[(int, int)].getTypeImpl