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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
label2.C
blob
6d2af326282daf9f85d2817bba3554395994c7af
1
// { dg-do assemble }
2
// GROUPS passed labels
3
4
extern "C" void abort();
5
6
class X {
7
public:
8
X();
9
};
10
void foo ()
11
{
12
X: ::abort();
13
goto X;
14
}