aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/usingnamespace/other.zig
blob: 02e0f39e90108e9c856b7edb2a6f25124d05ecbf (plain)
1
2
3
4
pub fn foo_function() bool {
    // this one conflicts with the one from foo
    return true;
}