Raw File
subdirtest.cxx

#ifndef SUBDIR_TEST
#error Expected SUBDIR_TEST
#endif

int main(int, char**)
{
  return 0;
}
back to top