summaryrefslogtreecommitdiff
path: root/Tests/CompileCommandOutput/compile_command_output.cxx
blob: 145a0642677b2576302d03d10015e378534e1df6 (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;
}