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

7 lines
138 B
D

// https://issues.dlang.org/show_bug.cgi?id=20318
// REQUIRED_ARGS: -dip1008 -profile=gc
void main()
{
throw new Exception("msg");
}