1 2 3 4 5 6 7 8 9 10 11 12
#ifndef HPC_DUMMY_H #define HPC_DUMMY_H #include "foo.h" void dummy() { foo(); } #endif // HPC_DUMMY_H