Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
abstract-array-declarator-star.c
blob: fc42da3ae6c9dae77f30ea655214b9aa0fc0a2fb [
file
] [
log
] [
blame
]
void
ok8
(
int
[*]);
void
ok8
(
int
a
[*]);
void
ok9
(
int
a
[
const
volatile
restrict
*]);
/*
* check-name: abstract-array-declarator-star
*/