Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/