1 // { dg-do compile { target c++11 } }
2 // { dg-skip-if "requires hosted libstdc++ for vector" { ! hostedlib } }
6 extern void dummy (int);
8 template<class T, int U, unsigned V> void
13 for (unsigned i = 0; i < 10; i++)
20 #pragma omp tile sizes (U, 10, V) // { dg-error "'sizes' argument needs positive integral constant" }
30 test1_template <long, 5, 0> ();