repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
ctor-dtor-privacy-4.h
blob
d67fd26943e702deaf5179caae47de84ba0c07d4
1
#pragma GCC system_header
2
3
namespace
std
{
4
struct
__nonesuch
{
5
__nonesuch
(
__nonesuch
const
&);
6
};
7
}
// namespace std