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