source: src/tests/.expect/abs.txt @ a6151ba

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since a6151ba was ebcd82b, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

implemented some of the expected outputs, fixed printing in tests.py, added dummy main to limits

  • Property mode set to 100644
File size: 293 bytes
Line 
1char                    ¿       abs A
2signed int              -65     abs 65
3signed long int         -65     abs 65
4signed long long int    -65     abs 65
5float                   -65     abs 65
6double                  -65     abs 65
7long double             -65     abs 65
8float _Complex          -65-2i  abs 65.0308
9double _Complex         -65-2i  abs 65.0307619515564
10long double _Complex    -65-2i  abs 65.0307619515564342
Note: See TracBrowser for help on using the repository browser.