brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 31cc209 Raw
6 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3x; // expected-error{{a type specifier is required for all declarations}}4 5f(int y) { return y; } // expected-error{{a type specifier is required for all declarations}}6