Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / crash43.C
blob1261c36505835f480ff5a6eb95c66ff7250c3697
1 // PR c++/24687
3 extern "C" {
4   template<typename _Tp>  // { dg-error "C" }   
5   struct __is_pod {
6     enum {
7       __value = (sizeof(__gnu_internal::__test_type<_Tp>(0)))}; // { dg-error "declared|expected" }