dmd/compiler/test/compilable/issue20995.d
2022-07-09 18:53:07 +02:00

12 lines
154 B
D

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