1 // { dg-do assemble  }
2 
BB3 template <char* c> struct B { B() { } };
4 B<0> bnull; // { dg-error "" } could not convert template argument
5