4 lines
104 B
C++
4 lines
104 B
C++
// RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s
|
|
|
|
// CHECK: a type specifier is required
|
|
invalid;
|