mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
|
fun main(s: auto) {
|
||
|
var (z, t) = ;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr expected <expression>, got `;`
|
||
|
@stderr var (z, t) = ;
|
||
|
*/
|