OSDN Git Service

PR target/26445
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / incomplete1.C
1 // PR c++/23089
2 // Origin: Flash Sheridan  <flash@pobox.com>
3 // ICE on incomplete type
4 // { dg-do compile }
5 // { dg-options "-O" }
6
7 void foo(struct A) {} // { dg-error "incomplete type|forward declaration" }