source: tests/.expect/identity.txt @ 474d610

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 474d610 was 7a54d67, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

update tests printing floating-point value because there is always a decimal point

  • Property mode set to 100644
File size: 249 bytes
RevLine 
[5a7966b]1char                    z
2signed int              4
3unsigned int            4
4signed long int         4
5unsigned long int       4
6signed long long int    4
7unsigned long long int  4
8float                   4.1
9double                  4.1
10long double             4.1
[7a54d67]11float _Complex          -4.1-2.i
12double _Complex         -4.1-2.i
13long double _Complex    -4.1-2.i
Note: See TracBrowser for help on using the repository browser.