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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr15347.c
blob
a75267f7e4b69ae3935540a81c6bbcb964995a86
1
/* { dg-do link } */
2
/* { dg-options "-O" } */
3
4
extern
void
link_error
(
void
);
5
int
6
main
()
7
{
8
if
(
"<12ers"
+
1
==
0
)
9
link_error
();
10
return
0
;
11
}