1 2 3
val main : unit -> unit function main () = if "test" == "test" then print("true") else print("false")