fun main(x: int) { return null(); } /** @compilation_should_fail @stderr null is not a function: use `null`, not `null()` */