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 tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
using23.C
blob
5dd8d8594b1161754f02c19603b9b2dd26fd5dc0
1
// PR c++/50742
2
3
typedef int A;
4
5
void f(int i)
6
{
7
switch (i)
8
{
9
case 0:
10
using ::A;
11
default:;
12
}
13
}