Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
0834a04c
Commit
0834a04c
authored
Jul 29, 2008
by
yb9976
Browse files
Added simplified test case for conversion double2int.
[r20760]
parent
b490cca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler117.c
0 → 100644
View file @
0834a04c
double
x
=
4294967295
.
0
;
int
main
(
void
)
{
printf
(
"%u (should be 4294967295)
\n
"
,
(
unsigned
int
)
x
);
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment