xref
: /
dports
/
devel
/
avr-gcc
/
gcc-10.2.0
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail5953s1.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
void
main
()
2
{
3
struct
S
{}
4
S
s2
= {,};
// invalid, but compiles
5
}
6