const field F = 10; const u32 A = 10; const u32 B = A; def foo(field X) -> field[N] { return [X; N]; } def main() { return; }