Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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
*/