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
/
anonymous-namespace-4.C
blob
7d1e89edf5d33b2c1d97a543599f5f092c2e36a9
1
// PR c++/57137
2
3
#include "anonymous-namespace-4.h"
4
5
namespace
6
{
7
class NonCloneable;
8
void fn1 ()
9
{
10
is_function_impl < NonCloneable > i;
11
}
12
}