const std = @import("std"); const flags = @import("../flags.zig"); pub fn main() !void {} const testing = std.testing; test "stub" { _ = flags; }