(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
fix13165.d
/* 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);
}