Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
backend
/
hello.c
blob: eb89846f0873cb3be5626e31882f6f39a173a20d [
file
] [
log
] [
blame
]
int
puts
(
const
char
*
s
);
int
main
(
int
argc
,
char
*
argv
[])
{
puts
(
"hello, world"
);
return
0
;
}
/*
* check-name: 'hello, world' code generation
* check-command: sparsec -c $file -o tmp.o
*/