// Header for PCH test cxx-static_assert.cpp template struct T { static_assert(N == 2, "N is not 2!"); };