blob: 0f3675294626605e35df3342b972eaa0b46f6fce [file] [log] [blame]
fun neq(a: Int, b: Int) {
if (a != b) {}
}