template struct something {}; int main() { something x; something y; return 0; // Set breakpoint here. }