Sharpmake.FunctionalTests/FastBuildFunctionalTest/codebase/AllCppWithDotCExe/hello_c.h (4 lines of code) (raw):

#ifndef UTIL_C_H #define UTIL_C_H void hello_c(); #endif // UTIL_C_H