Add include needed for MSVC.
[clang/acc.git] / test / SemaCXX / implicit-int.cpp
blob6fa8dd3463d306538933f231722e395f5770a175
1 // RUN: clang-cc -fsyntax-only -verify %s
3 x; // expected-error{{C++ requires a type specifier for all declarations}}
5 f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}