forked from qt-creator/qt-creator
8 lines
64 B
C++
8 lines
64 B
C++
|
|
#if 0
|
||
|
|
#include "false.h"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if 1
|
||
|
|
#include "true.h"
|
||
|
|
#endif
|