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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
net47.C
blob
02621101246db2f49c3697ce80f82d2b567134e7
1
// { dg-do assemble }
2
// { dg-options "-w -fpermissive" }
3
4
class foo {};
5
class bar : foo {
6
public:
7
bar () : () {}
8
};