Changeset 1bc1bb2


Ignore:
Timestamp:
Jun 30, 2016, 2:07:27 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
a9f2c13
Parents:
ca35c51
Message:

add expect file for quoted_keyword test

Location:
src/tests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/quoted_keyword.c

    rca35c51 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.