1 // RUN: %clang_cc1 -triple armebv7-linux-gnueabihf -target-feature +neon \
2 // RUN: -Wdeclaration-after-statement -fsyntax-only -verify %s
3 // REQUIRES: arm-registered-target
4 // https://github.com/llvm/llvm-project/issues/54062
10 return vshrq_n_u8(a
, 8);
12 // expected-no-diagnostics