FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse2.C
blob71be1f4aa22d0d1822f97980dfe12cb7c927633f
1 // Bug: g++ doesn't understand constructor syntax for pointers.
2 // Build don't link:
4 void f () {
5   char * p (0);