blob: c5ee569800abd10ec45d14feb0e5c573a25f9dcf [file] [log] [blame]
#![warn(clippy::obfuscated_if_else)]
fn main() {
if true { "a" } else { "b" };
}