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
PR libstdc++/87308 adjust regex used in std::any pretty printer
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
switch-8.c
blob
fcb3f602ee56b0051f35046153886ec23f7ab2c7
1
/* PR middle-end/18493 */
2
/* { dg-do link } */
3
4
int
main
() {
5
goto
bug
;
6
switch
(
0
) {
7
bug
:
return
0
;
8
}
9
}
10