forgot to commit.

From-SVN: r67415
This commit is contained in:
Aldy Hernandez 2003-06-04 01:12:00 +00:00
parent dbe85b8010
commit 120c6dca56
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// { dg-do compile }
typedef int __attribute__((mode(V2SI))) vec;
vec foo[] = { (vec) {1, 2} };