xref
: /
dports
/
devel
/
avr-gcc
/
gcc-10.2.0
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice12673.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
void
main
()
2
{
3
static
assert
(
__traits
(
compiles
, {
abcd
(); }));
4
}
5