Sign in
qemu
/
meson
/
refs/heads/0.44
/
.
/
test cases
/
common
/
33 try compile
/
invalid.c
blob: b623bf8ca7dbc733e84587633e93a34a841dd323 [
file
] [
log
] [
blame
]
#include
<nonexisting.h>
void
func
()
{
printf
(
"This won't work.\n"
);
}