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
397bcda7
Commit
397bcda7
authored
Jul 29, 2008
by
Christoph Mallon
Browse files
Add main().
[r20771]
parent
fa6317a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler119.c
View file @
397bcda7
...
...
@@ -2,3 +2,8 @@ int f(int x)
{
return
sizeof
(
char
*
[
x
]);
}
int
main
(
void
)
{
return
f
(
23
)
!=
sizeof
(
char
*
)
*
23
;
}
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