// RUN: not %clang_cc1 -verify %s -std=c++11 // PR17730 template void S::mem1(); template void S::mem2() { const int I = sizeof(T); (void)I; }