aboutsummaryrefslogtreecommitdiff
path: root/example/shared_library/mathtest.zig
blob: a11642554f549fc35343265e0b42299fdc376594 (plain)
1
2
3
export fn add(a: i32, b: i32) -> i32 {
    a + b
}