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
8de03037
Commit
8de03037
authored
Aug 03, 2007
by
Matthias Braun
Browse files
Improve test
[r15463]
parent
7b0fa77b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/convtest.c
View file @
8de03037
...
...
@@ -21,6 +21,6 @@ int convtest_func(char c, short s, int i, float f, double d) {
}
int
main
()
{
printf
(
"%d
\n
"
,
convtest_func
(
'a'
,
42
,
2444
,
7
.
753
f
,
8
.
222
));
printf
(
"%d
(expected 7576)
\n
"
,
convtest_func
(
'a'
,
42
,
2444
,
7
.
753
f
,
8
.
222
));
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