#ifndef V_H #define V_H struct V { int f(); }; #endif // V_H