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
* arm.c (FL_WBUF): Define.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ns
/
template1.C
blob
61fd72f8144641f28c5c68950a6577dd7b0ecaee
1
// { dg-do assemble }
2
namespace foo {
3
4
template <class T>
5
class x {};
6
7
}
8
9
foo::x<int> y;