Sign in
llvm
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
.
/
test
/
SemaObjC
/
restrict-id-type.m
blob: 9bd5612aba335a60c395b7f09d701f2dfdfece12 [
file
]
// RUN: clang -cc1 -std=gnu99 -fsyntax-only -verify %s
void
f0
(
restrict id a0
)
{}
void
f1
(
restrict id
*
a0
)
{}
void
f2
(
restrict
Class
a0
)
{}
void
f3
(
restrict
Class
*
a0
)
{}