7 lines
86 B
Text
7 lines
86 B
Text
def foo() -> field {
|
|
return 1;
|
|
}
|
|
|
|
def main() -> field {
|
|
return foo::<42>();
|
|
}
|