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
8c926c8d
Commit
8c926c8d
authored
Jul 31, 2008
by
Moritz Kroll
Browse files
Panic on switch size bigger than 256000... WTF?!
[r20863]
parent
c060c37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler121.c
0 → 100644
View file @
8c926c8d
int
main
(
int
argc
,
char
*
argv
[])
{
switch
(
argc
)
{
case
0x666d7420
:
// 'fmt '
return
1
;
case
0x4c495354
:
// 'LIST'
return
2
;
default:
break
;
}
return
0
;
}
Write
Preview
Markdown
is supported
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