1// RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s2 3// CHECK: a type specifier is required4invalid;5