repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
restrict-id-type.m
blob
24f74c93a027d21f670a259b6875057629d68eba
1
// RUN: %clang_cc1 -std=gnu99 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
4
void f0(restrict id a0) {}
5
6
void f1(restrict id *a0) {}
7
8
void f2(restrict Class a0) {}
9
10
void f3(restrict Class *a0) {}