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
501b9264
Commit
501b9264
authored
Aug 09, 2006
by
Matthias Braun
Browse files
no random results
parent
b9d56189
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/trivial_extern_add.c
View file @
501b9264
...
...
@@ -18,6 +18,6 @@ int main(int argc, char *argv[])
a
=
1
;
b
=
42
;
add_a_and_b_to_c
();
printf
(
"%d
%p %p %p
\n
"
,
c
,
stdin
,
stdout
,
stderr
);
printf
(
"%d
\n
"
,
c
);
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