Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
SubDir
/
AnotherSubdir
/
pair+int.int.c
blob: 6e719fee5cbee74624bdb9882799557ca89e2efe [
file
]
#include
<stdio.h>
void
pair_stuff
(
void
)
{
printf
(
"Placeholder for a strange file in subdirectory\n"
);
}