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

8 lines
127 B
C++
Raw Normal View History

2023-09-30 01:17:40 +00:00
/*
Check potential issue with preprocessor directive parsing
*/
#ifinternal && defined(stuff)
#if internal && defined(stuff)