source: tests/.expect/swap.txt @ 5753b33

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 5753b33 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

  • Property mode set to 100644
File size: 553 bytes
Line 
1char                    a b                     swap    b a
2signed int              -1 -2                   swap    -2 -1
3unsigned int            1 2                     swap    2 1
4signed long int         -1 -2                   swap    -2 -1
5unsigned long int       1 2                     swap    2 1
6signed long long int    -1 -2                   swap    -2 -1
7unsigned long long int  1 2                     swap    2 1
8float                   1.5 2.5                 swap    2.5 1.5
9double                  1.5 2.5                 swap    2.5 1.5
10long double             1.5 2.5                 swap    2.5 1.5
11float _Complex          1.5+1.5i 2.5+2.5i       swap    2.5+2.5i 1.5+1.5i
12double _Complex         1.5+1.5i 2.5+2.5i       swap    2.5+2.5i 1.5+1.5i
13long double _Complex    1.5+1.5i 2.5+2.5i       swap    2.5+2.5i 1.5+1.5i
14struct S                1 2, 2 1                swap    2 1, 1 2
Note: See TracBrowser for help on using the repository browser.