1const mod2 = @import("module2");
2const std = @import("std");
3
4test {
5    try std.testing.expectEqual(@as(usize, 1234567890), mod2.mod1.decl);
6}