// RUN: %clang_cc1 -triple armebv7-linux-gnueabihf -target-feature +neon \
// RUN: -Wdeclaration-after-statement -fsyntax-only -verify %s
// REQUIRES: arm-registered-target
// https://github.com/llvm/llvm-project/issues/54062
uint8x16_t a;
uint8x16_t
// expected-no-diagnostics