summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/no-warn-missing-prototype.c
blob: 4dbc257559229f1d46c206f18a799a88b4d77a46 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes -x c -ffreestanding -verify %s
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes -x c++ -ffreestanding -verify %s
// expected-no-diagnostics
int main() {
  return 0;
}
OpenPOWER on IntegriCloud