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