xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
static_assert
/
a.h
(revision ffa532d7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
S
{
2
static_assert
(
4
==
4
);
3
};
4