1 #ifndef MODERNIZE_USE_USING_H
2 #define MODERNIZE_USE_USING_H
3 
4 typedef int mytype;
5 
6 #endif
7