1// { dg-do assemble  }
2
3template <char *a, const char *b, char *const c> class A{int x;};
4