1pub const config = @import("config.zig"); 2 3test { 4 const testing = @import("std").testing; 5 testing.refAllDeclsRecursive(@This()); 6}