1const pi = 3.14;
2
3test "inside test block" {
4 // Let's even go inside another block
5 {
6 var pi: i32 = 1234;
7 }
8}
9
10// test_error=local variable shadows declaration