ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since b1848a0 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:
293 bytes
|
Line | |
---|
1 | char ¿ abs A
|
---|
2 | signed int -65 abs 65
|
---|
3 | signed long int -65 abs 65
|
---|
4 | signed long long int -65 abs 65
|
---|
5 | float -65 abs 65
|
---|
6 | double -65 abs 65
|
---|
7 | long double -65 abs 65
|
---|
8 | float _Complex -65-2i abs 65.0308
|
---|
9 | double _Complex -65-2i abs 65.0307619515564
|
---|
10 | long double _Complex -65-2i abs 65.0307619515564342
|
---|
Note:
See
TracBrowser
for help on using the repository browser.