ref_all.zig (95B)
1 const std = @import("std"); 2 test { 3 std.testing.refAllDeclsRecursive(@import("wayland")); 4 }