Changeset e71c1d4
- Timestamp:
- Nov 30, 2019, 1:17:24 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4fa8f1a
- Parents:
- 78cdb06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/references.cfa
r78cdb06 re71c1d4 124 124 int *p = &a; 125 125 asm ( 126 "incl %[p]\n\t" :127 : [p] " m" (*p)126 "incl %[p]\n\t" 127 : [p] "+m" (*p) 128 128 ); 129 129 printf("%d\n", a);
Note: See TracChangeset
for help on using the changeset viewer.