Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
inline-early
/
bug-bad-token.c
blob: 9049bdb48ab0d16ad77b2836686eed7eca5166ec [
file
] [
log
] [
blame
]
inline
void
fun
(
int
x
)
{
(
typeof
(@))
x
;
}
void
foo
(
void
)
{
fun
;
}
/*
* check-name: bug-bad-token
* check-exit-value: 0
* check-error-ignore
*/