primitive print(s: string)
/* ^ function */
/* ^ parameter */
function func(a: int) : int = (print("Hello World!"); a)