//------------------------------------------------------------------------- // example of exception that checks for nil pointers //------------------------------------------------------------------------- main module XNILPOINT ARM X_NIL_POINTER declare A is integer P is pointer A My_P : static P enddeclare My_P@ := 4 endmodule