llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-using/modernize-use-using.h

7 lines
89 B
C

#ifndef MODERNIZE_USE_USING_H
#define MODERNIZE_USE_USING_H
typedef int mytype;
#endif