Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
129 build by default
/
foo.c
blob: 0322828dc28f96c7cf3e129bffd1bf9306f80797 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Existentialism.\n"
);
return
0
;
}