zig/test/behavior/usingnamespace/b.zig
Andrew Kelley cca57042df std: fix regressions from this branch
Also move some usingnamespace test cases from compare_output to
behavior.
2021-09-01 17:54:07 -07:00

4 lines
69 B
Zig

usingnamespace @import("a.zig");
pub const b_text = @This().a_text;