8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
fn [cc(.c)] main [export] () s32 {
|
|
>a: s32 = 561;
|
|
>b: s32 = 124;
|
|
>c = a ^ b;
|
|
>d = a ^ b;
|
|
return c ^ d;
|
|
}
|