ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
with_gc
Last change
on this file since 5f08961d was ebcd82b, checked in by Thierry Delisle <tdelisle@…>, 9 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
|
Rev | Line | |
---|
[ebcd82b] | 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.