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