- Timestamp:
- Jul 5, 2016, 11:10:14 AM (9 years ago)
- 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:
- 9bb81bb8
- Parents:
- a43e1d7 (diff), d32c4e2 (diff)
 Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
 Use the(diff)links above to see all the changes relative to each parent.
- Location:
- src/tests
- Files:
- 
      - 2 added
- 1 edited
 
 - 
          
  .expect/quoted_keyword.txt (added)
- 
          
  extension.c (added)
- 
          
  quoted_keyword.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/tests/quoted_keyword.cra43e1d7 r39f04ec 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jun 25 08:02:58201613 // Update Count : 1 612 // Last Modified On : Thu Jun 30 14:03:59 2016 13 // Update Count : 19 14 14 // 15 15 … … 37 37 int main() { 38 38 int `if` = 0; 39 `catch` = 1; 40 st.`otype` = 2; 41 st.`struct` = 3; 42 `throw` = 4; 39 43 sout | `catch` + st.`otype` + st.`struct` + `throw` | endl; 40 44 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  