mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
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;
|
|
}
|