blob: 7b29587dbc7b425447062a475f2475f4ba0713ca [file] [log] [blame]
/*
REQUIRED_ARGS: -preview=dip1021
https://issues.dlang.org/show_bug.cgi?id=20995
*/
void foo() @live
{
throw new Exception("");
}
void main () {}