Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a7acb7dac674eeeac3f93fe44f18f2d9285f42
/
.
/
Tests
/
CompileCommandOutput
/
compile_command_output.cxx
blob: 25795a0011090009de401e41f206ca4d7943afa3 [
file
] [
log
] [
blame
]
#include
"file_with_underscores.h"
#include
"relative.h"
int
main
(
int
argc
,
char
**
argv
)
{
file_with_underscores
();
relative
();
return
0
;
}