from-scratch/lang/tests/tokens/function.l
2025-10-28 13:12:27 +01:00

4 lines
45 B
Plaintext

fn my-function() -> bool {
return false;
}