Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/quoted_keyword.c

    rc6b1105 r1bc1bb2  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jun 25 08:02:58 2016
    13 // Update Count     : 16
     12// Last Modified On : Thu Jun 30 14:03:59 2016
     13// Update Count     : 19
    1414//
    1515
     
    3737int main() {
    3838        int `if` = 0;
     39        `catch` = 1;
     40        st.`otype` = 2;
     41        st.`struct` = 3;
     42        `throw` = 4;
    3943        sout | `catch` + st.`otype` + st.`struct` + `throw` | endl;
    4044}
Note: See TracChangeset for help on using the changeset viewer.