Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
160 custom target template substitution
/
foo.c.in
blob: a867b323746e53fd6cacb27262f882a0d5406d30 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"foo is working.\n"
);
return
0
;
}