libstdc++: Remove std::__is_pointer and std::__is_scalar [PR115497]
[official-gcc.git] / gcc / testsuite / gcc.dg / two-types-6.c
bloba0a79316f015afe7e94a853fbad358489e47efe9
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
4 struct s {
5 struct f {}
6 struct g {} x; /* { dg-error "expected ';', identifier or " } */
7 };