repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr26672.c
blob
b13b5dcaef7a9c0ace8d586d9a31106186ebd9ce
1
/* { dg-do compile } */
2
3
int
printf
(
const char
*
format
, ...);
4
extern
const char
help_string
[];
5
void
app_opts
(
void
) {
6
printf
(
"%s"
,
help_string
);
7
}
8
const char
help_string
[] =
"foo
\n
"
;