No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / ext / vector3.C
blob1a67cf76a61d69c7c460a0c49f03cfd842918518
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 // PR c++/28302
6 int __attribute__((vector_size(8))) x;
8 void foo()
10   ~x;