[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / SemaCXX / implicit-int.cpp
blob31cc20986c0a863fa37e68d1e191f961d92def99
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 x; // expected-error{{a type specifier is required for all declarations}}
5 f(int y) { return y; } // expected-error{{a type specifier is required for all declarations}}