RNF3752

Return value not allowed for the main procedure.

30

Cause . . . . . : The prototype for the main procedure indicates that the procedure returns a value, but a main procedure cannot return a value. The procedure-interface definition for the main procedure is ignored.

Recovery . . . : Change the prototype for the main procedure so that it does not return a value. Compile again.