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
58c2654d
Commit
58c2654d
authored
Sep 17, 2008
by
yb9976
Browse files
Shift with const 4.
[r22034]
parent
4992a8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/am_test5.c
0 → 100644
View file @
58c2654d
struct
s
{
int
m1
;
int
m2
;
int
m3
;
int
m4
;
};
int
i
=
3
;
int
main
(
int
argc
,
char
**
argv
)
{
struct
s
a
[
100
];
i
=
a
[
i
].
m1
;
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