DEBSOURCES
Skip Quicknav
sources / qtcreator / 3.2.1%2Bdfsg-7 / tests / cppmodelmanager / testdata_defines / main1.cpp
123456789
#include "header.h" #ifdef BUS_ONE int one; #endif #ifdef BUS_TWO int two; #endif