summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/parse2.C
blob: e33ffa6f1e8f7cfca77c8b98b0323c3737eb7c62 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Bug: g++ doesn't understand constructor syntax for pointers.

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