4coder-non-source/test_data/lots_of_files/4cpp_preprocessor.cpp

20 lines
150 B
C++

/*
* Mr. 4th Dimention - Allen Webster
*
* 30.11.2015
*
* CPP preprocessor
*
*/
// TOP
#define byte unsigned char
#undef byte
// BOTTOM