source: src/tests/.expect/minmax.txt @ 64ac636

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 64ac636 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: 503 bytes
Line 
1char                    z a     min a
2signed int              4 3     min 3
3unsigned int            4 3     min 3
4signed long int         4 3     min 3
5unsigned long int       4 3     min 3
6signed long long int    4 3     min 3
7unsigned long long int  4 3     min 3
8float                   4 3.1   min 3.1
9double                  4 3.1   min 3.1
10long double             4 3.1   min 3.1
11
12char                    z a     max z
13signed int              4 3     max 4
14unsigned int            4 3     max 4
15signed long int         4 3     max 4
16unsigned long int       4 3     max 4
17signed long long int    4 3     max 4
18unsigned long long int  4 3     max 4
19float                   4 3.1   max 4
20double                  4 3.1   max 4
21long double             4 3.1   max 4
Note: See TracBrowser for help on using the repository browser.