1 2 3 4 5 6 7 8
// test1.cpp #include "common/test1.hpp" int main(int argc, char** argv) { f(); return 0; }