Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
static_assert
/
a.h
1
class S {
2
static_assert(4 == 4);
3
};
4