A suspend function is declared but its body never calls another suspend function or any suspending construct. What is true about it?suspend fun add(a: Int, b: Int): Int = a + b