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
/
parse2.C
blob
1b448765be2c9f8411abfa491f8173f609da88a9
1
// { dg-do assemble }
2
// GROUPS passed parsing
3
class BitString {
4
public:
5
int i;
6
};
7
8
9
typedef BitString BS;
10
typedef ::BitString cBS;