Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_scopes.zig
pretty
plain
permalink
blame
history
•
12 lines
•
147 B
1
test "separate scopes" {
2
{
3
const pi = 3.14;
4
_ = pi;
5
}
6
{
7
var pi: bool = true;
8
_ = π
9
}
10
}
11
12
// test