mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
9 lines
148 B
Text
9 lines
148 B
Text
|
fun main() {
|
||
|
int x = 0;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr probably, you use FunC-like declarations; valid syntax is `var x: int = ...`
|
||
|
*/
|