fn test() { if true { print; } else if false { dont_print; } else { "uwu"; } }