blob: 6fa8dd3463d306538933f231722e395f5770a175 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -fsyntax-only -verify %s
Douglas Gregor4310f4e2009-02-16 22:38:20 +00002
3x; // expected-error{{C++ requires a type specifier for all declarations}}
4
5f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}