// TODO: After KT-51090, m.kt from main module must be dirty
suspend fun fooX() = 11
inline fun fooY() = 22
