xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-anon-in-template
/
a.h
(revision 5156c3857066396e744137cdadf94fb18fa29da2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
typename
T
>
struct
is_floating
{
2
enum
{
value
= 0 };
3
typedef
int
type
;
4
};
5