mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
cca57042df
Also move some usingnamespace test cases from compare_output to behavior.
5 lines
96 B
Zig
5 lines
96 B
Zig
pub fn foo_function() bool {
|
|
// this one conflicts with the one from foo
|
|
return true;
|
|
}
|