summaryrefslogtreecommitdiffstats
path: root/Tests/CompileCommandOutput/compile_command_output.cxx
blob: 9487c896cdd17503246920f6ff71ef15d5203c0a (plain)
1
2
3
4
5
6
7
8
9
#include "file with spaces.h"
#include "relative.h"

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