1 2 func main() 3 assert C_code:Int32`int x = 1 + 2; x` == Int32(3) 4 5 >> C_code ` 6 say(Text("Inline C code works!"), true); 7 `