8 lines
127 B
C++
8 lines
127 B
C++
|
/*
|
||
|
Check potential issue with preprocessor directive parsing
|
||
|
*/
|
||
|
|
||
|
#ifinternal && defined(stuff)
|
||
|
|
||
|
#if internal && defined(stuff)
|