ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 1b033b8 was 4d23dd2, checked in by Thierry Delisle <tdelisle@…>, 5 years ago |
Added tests cases for some of the opened tickets
|
-
Property mode
set to
100644
|
File size:
184 bytes
|
Line | |
---|
1 | // Trac ticket
|
---|
2 | // https://cforall.uwaterloo.ca/trac/ticket/104
|
---|
3 |
|
---|
4 | [ float, float ] modf_( float x );
|
---|
5 |
|
---|
6 | forall(otype T | { [T, T] modf_(T); })
|
---|
7 | void modf(T);
|
---|
8 |
|
---|
9 | int main() {
|
---|
10 | modf(7.0f);
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.