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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
scope5.C
blob
1b6345f1d8bbbcb6f61a76f9c98d880d25b63fd6
1
// { dg-do assemble }
2
// GROUPS passed scoping
3
class Integer {
4
public:
5
int i;
6
};
7
8
class Type {
9
enum Klasse { ENUM, INTEGER };
10
11
class Description {
12
public:
13
14
};
15
16
class Integer: public Description {
17
public:
18
::Integer low;
19
::Integer high;
20
};
21
};