Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0c93e086b7a23458911a173932ab4905d23cd45b
/
.
/
Tests
/
RunCMake
/
execute_process
/
exe_extension.c
blob: b00d7f9fa6974a237c84e2aa7fb108aea11b7d45 [
file
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"This executable has an extension\n"
);
return
0
;
}