mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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;
|
|
}
|