fn testParseWarning(args: []const []const u8, expected_output: []const u8) !Options
fn testParseWarning(args: []const []const u8, expected_output: []const u8) !Options { return (try testParseOutput(args, expected_output)).?; }