Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
.
/
clang
/
test
/
Import
/
enum
/
Inputs
/
S.cpp
blob: 3179da1daaccb22e57e0b775f51a40c929144241 [
file
] [
log
] [
blame
]
enum
E
{
a
=
1
,
b
=
2
};
enum
OpaqueWithType
:
long
;