Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
c11-alignof.c
blob: 83c0e70d9d09b25987a7a949dbcdcfe1f0eae119 [
file
] [
log
] [
blame
]
static
int
foo
(
void
)
{
return
_Alignof
(
short
);
}
/*
* check-name: c11-alignof
* check-command: test-linearize -std=c11 $file
*
* check-output-ignore
* check-output-contains: ret\\.32 *\\$2
*/