mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +00:00
9 lines
127 B
Text
9 lines
127 B
Text
|
fun main(x: int) {
|
||
|
assert(x > 0);
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr expected `throw excNo` after assert, got `;`
|
||
|
*/
|