gnu89.c revision a5728872c7702ddd09537c95bc3cbd20e1f2fb09
1// RUN: %clang_cc1 %s -std=gnu89 -pedantic -fsyntax-only -verify
2
3int f(int restrict);
4