aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/parse2.C
blob: 71be1f4aa22d0d1822f97980dfe12cb7c927633f (plain)
1
2
3
4
5
6
// Bug: g++ doesn't understand constructor syntax for pointers.
// Build don't link:

void f () {
  char * p (0);
}