Changeset 1a3eab8 for src/tests/user_literals.c
- Timestamp:
- Apr 30, 2018, 11:59:07 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 7b45636
- Parents:
- c0453ca3 (diff), b9c432f (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/user_literals.c
rc0453ca3 r1a3eab8 10 10 // Created On : Wed Sep 6 21:40:50 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Mar 4 11:14:02 201813 // Update Count : 5 212 // Last Modified On : Sun Apr 29 16:51:42 2018 13 // Update Count : 54 14 14 // 15 15 … … 82 82 83 83 "abc"`s; 84 u"abc"`m;85 U_"abc"`h;86 L"abc"`_A_;84 // u"abc"`m; 85 // U_"abc"`h; 86 // L"abc"`_A_; 87 87 u8_"abc"`__thingy_; 88 88 } // main
Note:
See TracChangeset
for help on using the changeset viewer.