Sign in
qemu
/
meson
/
refs/heads/0.52
/
.
/
test cases
/
common
/
184 escape and unicode
/
file.c.in
blob: 413ed429726b63512aaa7d8ffa43746fd890d1dd [
file
] [
log
] [
blame
]
#include
<stdio.h>
const
char
*
does_it_work
()
{
printf
(
"{NAME}\n"
);
return
"yes it does"
;
}