blob: aaa1fc3936700a21176e8a46cd6f8c5577984df8 [file] [log] [blame]
pub fn test_func(a: i32) -> i32 {
a + 1
}