Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
common
/
28 try compile
/
invalid.c
blob: 6c9cfb84043d6522f344fee3999c4312a3803e07 (
plain
)
1
2
#include
<nonexisting.h>
void
func
(
void
)
{
printf
(
"This won't work.
\n
"
);
}