mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
7 lines
100 B
Text
7 lines
100 B
Text
|
const a = (1) <=> (0) ^ 8;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr ^ has lower precedence than <=>
|
||
|
*/
|