Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
ext-trunc-greater.c
blob: b682fc5debc2f13f4b64cbba828725c621c637aa [
file
] [
log
] [
blame
]
short
sgt
(
char
x
)
{
return
(
int
)
x
;
}
short
ugt
(
unsigned
char
x
)
{
return
(
int
)
x
;
}
/*
* check-name: ext-trunc-greater
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: trunc\\.
*/