Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
volatile-side-effect.c
blob: 842b7228276f1773292dccffb0ed4e48175af97e [
file
] [
log
] [
blame
]
void
foo
(
int
p
,
volatile
int
*
ptr
)
{
p
?
:
*
ptr
;
p
?
:
*
ptr
;
}
/*
* check-name: volatile-side-effect
* check-command: test-linearize -Wno-decl $file
* check-output-ignore
*
* check-output-pattern(2): load
*/