rt_gccstream/gcc/testsuite/g++.dg/expr/cast1.C

4 lines
86 B
C

struct S; // { dg-error "forward" }
void f(S* p) { ((S) (*p)); } // { dg-error "" }