Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
154 library at root
/
main
/
main.c
blob: c4e1b4ee319d2349b045aefcd4e59fb794558a08 [
file
] [
log
] [
blame
]
extern
int
fn
(
void
);
int
main
()
{
return
1
+
fn
();
}