summaryrefslogtreecommitdiff
path: root/tests/cppmodelmanager/testdata_defines/main2.cpp
blob: 569fc023d2e495bc5dcc3fe8e98d7266e1ea4b4c (plain)
1
2
3
4
5
6
7
8
9
#include "header.h"

#ifdef BUS_ONE
int one;
#endif

#ifdef BUS_TWO
int two;
#endif