blob: b24fcb0185e4ba8eedc43af84cc0a05dfa62721d [file] [log] [blame]
// 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) {}