blob: fc4bd60f16c86a6fcaee17caf0fd4994c54f97d5 [file] [log] [blame]
#include <SubDirPrefix/greeting.h>
int main(void)
{
greeting();
return 0;
}