blob: 404e4a54d9a5288c78438bc3bc21eb58e8b52256 [file] [log] [blame]
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +00001int __attribute__((vector_size(16))) x;
2typedef int __attribute__((vector_size(16))) int4_t;
3
4// RUN: c-index-test -test-print-typekind %s | FileCheck %s
5// CHECK: VarDecl=x:1:38 typekind=Vector [isPOD=1]
6// CHECK: TypedefDecl=int4_t:2:46 (Definition) typekind=Typedef [canonical=Vector] [isPOD=1]