template<class T, char* p> int X() {
};
char p[] = "Vivisectionist";
int m() {X<int,p>();}
 