Add a line in the main part of the generated C

Property definitions

nitc $ AbstractCompilerVisitor :: add
	# Add a line in the main part of the generated C
	fun add(s: String) do self.writer.lines.add(s)
src/compiler/abstract_compiler.nit:1854,2--1855,47