Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
SubDir
/
ThirdSubDir
/
testfromauxsubdir.c
blob: d1620845f127b6cd4adbc74e15a30854a8b7fc25 [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
secondone
();
void
pair_stuff
();
void
pair_p_stuff
();
void
vcl_stuff
();
int
main
()
{
printf
(
"Hello from subdirectory\n"
);
secondone
();
pair_stuff
();
pair_p_stuff
();
vcl_stuff
();
return
0
;
}