cmake/Tests/CompileCommandOutput/compile_command_output.cxx

10 lines
147 B
C++
Raw Normal View History

2011-06-19 15:41:06 +03:00
#include "file_with_underscores.h"
#include "relative.h"
2016-07-09 11:21:54 +02:00
int main(int argc, char** argv)
2011-06-19 15:41:06 +03:00
{
file_with_underscores();
relative();
return 0;
}