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