aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/dependencyFromBuildZig/other/add.zig
blob: d850921cac801538f878a129a6b5cb73338d2655 (plain)
1
2
3
pub fn add(x: u32, y: u32) u32 {
    return x + y;
}