summaryrefslogtreecommitdiffstats
path: root/Tests/CompileCommandOutput/compile_command_output.cxx
blob: 25795a0011090009de401e41f206ca4d7943afa3 (plain)
1
2
3
4
5
6
7
8
9
#include "file_with_underscores.h"
#include "relative.h"

int main(int argc, char** argv)
{
  file_with_underscores();
  relative();
  return 0;
}