* c-common.c (get_priority): Add check for
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / static4.C
blobe582740aad8c7d34889d53401c20c5d5dd138209
1 // { dg-do assemble  }
3 template <class T>
4 struct S
6   static const T t = 3;
7 };