blob: e21bbb9468c4a5711eff378cb22840848823e0f9 [file] [log] [blame]
Chris Lattnera63e63d2008-01-13 00:19:57 +00001// RUN: %llvmgcc -xc++ %s -S -o -
2// rdar://5685492
3
4typedef int __attribute__((vector_size(16))) v;
5v vt = {1, 2, 3, 4};
6