Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
179 escape and unicode
/
file.c.in
blob: 5dd6e50faecb6d211229320b99106ac11c75d8d2 [
file
] [
log
] [
blame
]
#include
<stdio.h>
const
char
*
does_it_work
(
void
)
{
printf
(
"{NAME}\n"
);
return
"yes it does"
;
}