xref
: /
llvm-project
/
clang-tools-extra
/
test
/
clang-tidy
/
checkers
/
modernize
/
Inputs
/
use-using
/
modernize-use-using.h
(revision 89a1d03e2b379e325daa5249411e414bbd995b5e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
MODERNIZE_USE_USING_H
2
#
define
MODERNIZE_USE_USING_H
3
4
typedef
int
mytype
;
5
6
#
endif
7