blob: f771810e6fa9a520785adf0221fef906d02ba8a4 [file] [log] [blame]
// RUN: clang -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}}