Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/quoted_keyword.c

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