mirror of
https://github.com/ziglang/zig.git
synced 2026-01-26 17:25:25 +00:00
6 lines
131 B
Zig
6 lines
131 B
Zig
const file_0 = @import("file_0.zig");
|
|
const file_1 = @import("file_1.zig");
|
|
|
|
pub usingnamespace file_0;
|
|
pub usingnamespace file_1;
|