xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail7369.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
S7369
{
2
int
a
;
3
invariant
() {
a
+=
5
; }
4
}
5
6