mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
4 lines
96 B
Zig
4 lines
96 B
Zig
pub fn foo_function() bool {
|
|
// this one conflicts with the one from foo
|
|
return true;
|
|
}
|