blob: 58d396975152e104531e8de163019b6ff49628f9 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=20318
// REQUIRED_ARGS: -dip1008 -profile=gc
void main()
{
throw new Exception("msg");
}