mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
10 lines
140 B
Text
10 lines
140 B
Text
|
fun main() {
|
||
|
var tri: (int, bool) = (10, false);
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr bool type is not supported yet
|
||
|
*/
|