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

4 lines
38 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
class S {
static_assert(4 == 4);
};