blob: f730ca8781dc8931757aba6a9bc5690b36b6af52 [file] [log] [blame]
fun test(a: Int, b: Int, c: Int, d: Int, e: Int): Int {
return a + c + b + d + e
}