Validator: unique type check allows runtime arrays
authorAndrey Tuganov <andreyt@google.com>
Thu, 2 Mar 2017 22:24:29 +0000 (17:24 -0500)
committerAndrey Tuganov <andreyt@google.com>
Thu, 2 Mar 2017 22:24:29 +0000 (17:24 -0500)
commit11fbe5dc1f764d99e27a7049e2cbcd59915846c5
treea5b528055a9afa08fd0d4168c00707ee4740b7dd
parenta0c5ffe8401a67545d1f1d0eebf267eb8bd4103e
Validator: unique type check allows runtime arrays

OpTypeRuntimeArray is an aggregate and therefore can have duplicate
declarations.
source/validate_type_unique.cpp
test/val/val_type_unique_test.cpp