aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test6319.d
blob: fb036d744d9da8f857535a7907089f8e7ad09c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// REQUIRED_ARGS: -debug

int x;

void main() pure
{
    debug
    {
        {
            x = 0;
        }
    }
}