[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaObjC / restrict-id-type.m
blobb24fcb0185e4ba8eedc43af84cc0a05dfa62721d
1 // RUN: %clang_cc1  -std=gnu99 -fsyntax-only -verify %s
3 void f0(restrict id a0) {}
5 void f1(restrict id *a0) {}
7 void f2(restrict Class a0) {}
9 void f3(restrict Class *a0) {}