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++.pt
/
poi1.C
blob
b6bcad3643552d11efb3c92a3b3aef2bec43f16c
1
// { dg-do assemble }
2
// Origin: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3
4
template <class T>
5
class TLITERAL : public T
6
{
7
int x;
8
};
9
10
class GATOM;
11
12
typedef TLITERAL<GATOM> x;
13
extern TLITERAL<GATOM> y;
14
15