zig/test/behavior/usingnamespace/other.zig

5 lines
96 B
Zig
Raw Normal View History

pub fn foo_function() bool {
// this one conflicts with the one from foo
return true;
}