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
479aa395
Commit
479aa395
authored
Jun 04, 2008
by
Matthias Braun
Browse files
old fehler 110...
[r19978]
parent
6ad6489e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler112.c
0 → 100644
View file @
479aa395
int
FirstOne
(
long
long
arg1
)
{
union
doub
{
unsigned
short
i
[
4
];
long
long
d
;
};
union
doub
x
;
x
.
d
=
arg1
;
return
x
.
i
[
2
];
}
int
main
(
void
)
{
return
FirstOne
(
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