// #failed: resolve
// #error: unused local variable 'a'

main :: proc(): int {
    a: int;
    return 0;
}