blob: e48e33c6ebd6ca2d74fa488c10e89f3911790a42 [file] [log] [blame]
/* RUN: %clang_cc1 -std=c89 -fsyntax-only -verify -Wno-strict-prototypes -Wmain-return-type %s
*/
/* expected-no-diagnostics */
int main() {
return 0;
}