Generate a C program (which has a memory error after completion, but still)
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')