[Issue 21696] DMD 2.095.1 Compilation Crash
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 10 09:24:33 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21696
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
The attachment:
void func(double[1][1] stuff = [[1.0]])
{
bool myFunc()
{
if (stuff[])
return true;
return false;
}
myFunc();
}
--
More information about the Digitalmars-d-bugs
mailing list