2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / array10.C
blob3b059aa0fbfe22a224db34500e6b2e7baeeebc64
1 // { dg-do compile }
2 // { dg-options "" }
4 typedef int __attribute__((mode(V2SI))) vec;
6 vec foo[] = { (vec) {1, 2} };