nctref/tests/ops.nct

8 lines
92 B
Plaintext
Raw Permalink Normal View History

2023-08-27 19:48:06 +03:00
u16 a = 12;
u16 b = a & 6;
u16 c = b ^ a | 3;
u16 d = 11 * c;
if(a) {
u16 e = b + c + d;
}