master
 1test "separate scopes" {
 2    {
 3        const pi = 3.14;
 4        _ = pi;
 5    }
 6    {
 7        var pi: bool = true;
 8        _ = π
 9    }
10}
11
12// test