mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 01:27:19 +08:00
forgot to commit.
From-SVN: r67415
This commit is contained in:
parent
dbe85b8010
commit
120c6dca56
5
gcc/testsuite/g++.dg/init/array10.C
Normal file
5
gcc/testsuite/g++.dg/init/array10.C
Normal file
@ -0,0 +1,5 @@
|
||||
// { dg-do compile }
|
||||
|
||||
typedef int __attribute__((mode(V2SI))) vec;
|
||||
|
||||
vec foo[] = { (vec) {1, 2} };
|
Loading…
Reference in New Issue
Block a user