#include <perms.h>

                                                                //      1  !* Program name : MINIMAL
                                                                //      2  
                                                                //      3  !*   Title      :  I   Minimal Program
                                                                //      4  !*   Version    :  II
                                                                //      5  !*   Date       :  24 August 1985
                                                                //      6  !*   Description:  The smallest legal program.  Contains only the global
                                                                //      7  !*                 block delimiters.  Tests the various comment delimiters.
                                                                //      8  
                                                                //      9  
                                                                //     10  %Begin
int main(int argc, char **argv) {
  _imp_initialise(argc, argv);
                                                                //     11     ! Print String ("FAIL:  This should not be printed");  New Line
                                                                //     12     { Print String ("FAIL:  This should not be printed");  New Line }
                                                                //     13     { Print String ("FAIL:  This should not be printed");  New Line
                                                                //     14  %End %of %Program
/* Remove %on %event handler here if present for this block */
return 0;
} // End of block _imp_main at level 1
// End of file
