OSDN Git Service

* c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / vector11.C
1 // PR c++/34913
2
3 template<typename T> struct A
4 {
5   int x[sizeof(T)] __attribute((vector_size(8)));
6 };