Codebase Browser
llvm
Go to App
llvm
/
clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-using/
modernize-use-using.h
#ifndef MODERNIZE_USE_USING_H #define MODERNIZE_USE_USING_H typedef int mytype; #endif