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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
parse1.C
blob
cbac6da1559b6d071c3ef2dc2f9a5956a88f36c6
1
/* PR c++/50 */
2
/* { dg-do compile } */
3
4
namespace A {typedef int Z;}
5
int main(void)
6
{
7
A::Z* z;
8
z->A::Z::~Z();
9
}