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-catch-1.tolk

13 lines
153 B
Text
Raw Normal View History

fun main() {
try {
} catch(if, arg) {}
return 0;
}
/**
@compilation_should_fail
@stderr expected identifier, got `if`
@stderr catch(if
*/