1 2 3 4 5 6 7 8 9
#include "TopLevel/module1.h" #include "TopLevel/module2.h" int main() { func(1); func(2, 3); return 0; }