aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/vector11.C
blob: a3213522bf5863b1e07b0bcb14a78930135acc96 (plain)
1
2
3
4
5
6
// PR c++/34913

template<typename T> struct A
{
  int x[sizeof(T)] __attribute((vector_size(8)));
};