mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-05 07:13:27 -04: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;
|
|
}
|