// Arithmetic, function calls and imports! fn test(value: T) -> T { return value; } fn main() -> u32 { return test(5); }