blob: e33ffa6f1e8f7cfca77c8b98b0323c3737eb7c62 [file] [log] [blame]
// { dg-do assemble }
// Bug: g++ doesn't understand constructor syntax for pointers.
void f () {
char * p (0);
}