1 2 3 4 5 6 7 8
:include "c_wrap.tnsl" {}uint8 str = "ASDF\0" /; main [int] _printf(~str{0}) return 0 ;/