mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
9 lines
176 B
Objective-C
9 lines
176 B
Objective-C
// 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) {}
|