Changeset 58dd019 for src/tests/.expect/32
- Timestamp:
- Dec 13, 2016, 3:14:59 PM (8 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, resolv-new, with_gc
- Children:
- 04c8bba
- Parents:
- 2ee5426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/32/gccExtensions.txt
r2ee5426 r58dd019 5 5 extern void exit(int __status); 6 6 extern int printf(const char *__restrict __format, ...); 7 extern int __x__i_1 ;7 extern int __x__i_1 asm ( "xx" ); 8 8 int main(int __argc__i_1, const char **__argv__PPCc_1){ 9 9 asm ( "nop" : : : ); 10 10 asm ( "nop" : : : ); 11 11 asm ( "nop" : : : ); 12 static int __y__i_2 ;13 static int *__z__Pi_2 ;12 static int __y__i_2 asm ( "yy" ); 13 static int *__z__Pi_2 asm ( "zz" ); 14 14 int __src__i_2; 15 15 int __dst__i_2;
Note: See TracChangeset
for help on using the changeset viewer.