fun main() { int x = 0; } /** @compilation_should_fail @stderr probably, you use FunC-like declarations; valid syntax is `var x: int = ...` */