// We run clang in completion mode to force skipping of function bodies and
// check if the function bodies were skipped by observing the warnings that
// clang produces.
// RUN: not %clang_cc1 -std=c++14 -fsyntax-only -code-completion-at=%s:60:1 %s -o - 2>&1 | FileCheck %s
auto
auto lambda_not_skipped =
auto T ;
auto lambda_skipped = -> int ;
decltype**
decltype
int