blob: 189e6b0097a9376cbd1810c92273e5a5f94a5976 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -std=gnu89 -pedantic -fsyntax-only -verify
Eli Friedman2073fd52009-05-27 22:48:34 +00002
3int f(int restrict);
John McCall75d8ba32012-02-14 19:50:52 +00004
5void main() {} // expected-warning {{return type of 'main' is not 'int'}}