compile_command_output.cxx 147 B

123456789
  1. #include "file_with_underscores.h"
  2. #include "relative.h"
  3. int main(int argc, char** argv)
  4. {
  5. file_with_underscores();
  6. relative();
  7. return 0;
  8. }