blob: ba41ab8feddb5e899f54c9ab42224ab7943ef3c8 [file] [log] [blame]
// Header for PCH test cxx-static_assert.cpp
template<int N> struct T {
static_assert(N == 2, "N is not 2!");
};