Files
qt-creator/tests/cppmodelmanager/testdata_defines/main1.cpp
T

10 lines
84 B
C++
Raw Normal View History

#include "header.h"
#ifdef BUS_ONE
int one;
#endif
#ifdef BUS_TWO
int two;
#endif