blob: 1b7f10fee9c23276e82bb614ea35dd69f618a0b9 [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
Dmitri Gribenkoa6f97072013-01-17 00:26:13 +00005void main() {} // expected-warning {{return type of 'main' is not 'int'}} expected-note {{change return type to 'int'}}