9 lines
99 B
Text
9 lines
99 B
Text
const u32 N = 42;
|
|
|
|
def foo<N>(field[N] a) -> bool {
|
|
return true;
|
|
}
|
|
|
|
def main() {
|
|
return;
|
|
}
|