Hook to add specif piece of code at the begin on the main C function.

Is called by compile_main_function

Property definitions

nitc $ AbstractCompiler :: compile_begin_main
	# Hook to add specif piece of code at the begin on the main C function.
	#
	# Is called by `compile_main_function`
	fun compile_begin_main(v: VISITOR)
	do
	end
src/compiler/abstract_compiler.nit:884,2--889,4