blob: 4601cbe93f6e2b989e4321aba0e76b1433cdef05 [file] [log] [blame]
Eli Friedman2073fd52009-05-27 22:48:34 +00001// RUN: clang-cc %s -std=gnu89 -pedantic -fsyntax-only -verify
2
3int f(int restrict);