ethos/tests/fn_int.ethlang
sfja 086bea3e89
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 46s
add vim line to tests
2026-04-13 09:39:58 +02:00

13 lines
118 B
Rust

fn my_int_fn() -> i32 {
return 123;
}
fn main()
{
my_int_fn();
}
// vim: syntax=rust commentstring=//\ %s