mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
12 lines
154 B
D
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 () {}
|