(* attr_init.cl *) Class Main inherits IO { i : Int <- 5; main(): Object { { out_int(i); out_string("\n"); } }; };