blob: 71be1f4aa22d0d1822f97980dfe12cb7c927633f [file] [log] [blame]
// Bug: g++ doesn't understand constructor syntax for pointers.
// Build don't link:
void f () {
char * p (0);
}