1 2 3 4 5 6 7 8
/; main [int] ~uint8 a = "asdf\0" {}uint8 b = "bsdf\0" /; if (a` == 'a' && b{0} == 'b') return 69 ;/ return 0 ;/