aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/implicit-int.cpp
blob: 31cc20986c0a863fa37e68d1e191f961d92def99 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify %s

x; // expected-error{{a type specifier is required for all declarations}}

f(int y) { return y; } // expected-error{{a type specifier is required for all declarations}}