zig/test/behavior/usingnamespace/other.zig
Andrew Kelley cca57042df std: fix regressions from this branch
Also move some usingnamespace test cases from compare_output to
behavior.
2021-09-01 17:54:07 -07:00

5 lines
96 B
Zig

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