blob: ae13b6909a4dcf6bd50b47183ddab31612c04112 [file] [log] [blame]
fun main() {
val rabbit = true && 5 + 5 == 10 || 4 + 2 == 12
}