hanchenye-llvm-project/clang/test/SemaCXX/implicit-int.cpp

6 lines
232 B
C++

// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %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}}