llvm-for-llvmta/tools/clang/test/Modules/Inputs/static_assert/a.h

4 lines
38 B
C++

class S {
static_assert(4 == 4);
};