1export fn foo() void {
2 const a = 1;
3 _ = struct {
4 test a {}
5 };
6}
7
8// error
9//
10// :4:14: error: cannot test a local constant
11// :2:11: note: local constant declared here