freebsd-dev/test/Sema/gnu89.c

4 lines
85 B
C
Raw Normal View History

2009-06-02 17:58:47 +00:00
// RUN: clang-cc %s -std=gnu89 -pedantic -fsyntax-only -verify
int f(int restrict);