mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
9 lines
139 B
Text
9 lines
139 B
Text
|
fun justTrue(): int { return true; }
|
||
|
|
||
|
const a = justTrue() | 1 < 9;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr | has lower precedence than <
|
||
|
*/
|