]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/SemaCXX/implicit-int.cpp
Update clang to r93512.
[FreeBSD/FreeBSD.git] / test / SemaCXX / implicit-int.cpp
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2
3 x; // expected-error{{C++ requires a type specifier for all declarations}}
4
5 f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}