summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/implicit-int.cpp
blob: 6fa8dd3463d306538933f231722e395f5770a175 (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s

x; // expected-error{{C++ requires a type specifier for all declarations}}

f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}
OpenPOWER on IntegriCloud