mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
6 lines
78 B
C++
6 lines
78 B
C++
// PR 26789
|
|
// { dg-do compile }
|
|
|
|
struct A;
|
|
A a; // { dg-error "incomplete" }
|