Generate a C program (which has a memory error after completion, but still)
[fur] / examples / 10_boolean.fur
1 print(true)
2 print('\n')
3 print(false)