1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
ton/tolk-tester/tests/invalid-typing-1.tolk

11 lines
151 B
Text
Raw Normal View History

fun main() {
var tri: [int, scli] = [10, null()];
return;
}
/**
@compilation_should_fail
@stderr .tolk:2
@stderr unknown type name `scli`
*/