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

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

refactoring test to use python script

  • Property mode set to 100644
File size: 387 bytes
Line 
1/usr/local/bin/cfa -g -Wall -Wno-unused-function     abs.c   -o abs
2CFA Version 1.0.0 (debug)
3char                    ¿       abs A
4signed int              -65     abs 65
5signed long int         -65     abs 65
6signed long long int    -65     abs 65
7float                   -65     abs 65
8double                  -65     abs 65
9long double             -65     abs 65
10float _Complex          -65-2i  abs 65.0308
11double _Complex         -65-2i  abs 65.0307619515564
12long double _Complex    -65-2i  abs 65.0307619515564342
Note: See TracBrowser for help on using the repository browser.