blob: a26cfd6a965ab0402e0d371408ccbbc862ac73e2 [file] [log] [blame]
/* REQUIRED_ARGS: -w -profile
*/
// https://issues.dlang.org/show_bug.cgi?id=13165
void main()
{
int i;
if (!i)
throw new Exception("Error");
assert(0);
}