4coder-non-source/test_data/sample_files/lexer_test3.cpp

8 lines
127 B
C++

/*
Check potential issue with preprocessor directive parsing
*/
#ifinternal && defined(stuff)
#if internal && defined(stuff)