Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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"
);
}