Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/quasiKeyword.cfa

    rc715e5f r53692b3  
    44// quasiKeyword.cfa -- test that quasi-keywords can be used for variable and functions names, as well as keywords in
    55//                                         control structures.
    6 //
     6// 
    77// Author           : Peter A. Buhr
    88// Created On       : Wed Feb 17 10:33:49 2021
     
    1010// Last Modified On : Sat Jun  5 10:07:59 2021
    1111// Update Count     : 8
    12 //
     12// 
    1313
    14 exception E {};
     14#include <exception.hfa>
     15
     16EHM_EXCEPTION( E )();
    1517
    1618void catch( int i ) {}
     
    4749                } fixup ( E * ) {
    4850                } finally {
    49                 }
     51                } 
    5052        else catch = 3;
    5153
Note: See TracChangeset for help on using the changeset viewer.