1 // RUN: %clang_cc1 -triple armv8.2a-arm-none-eabi -target-feature +neon \
2 // RUN: -emit-llvm -o - %s | FileCheck %s
4 // Test that we can use the poly64 type on AArch32
6 // REQUIRES: aarch64-registered-target || arm-registered-target
10 // CHECK-LABEL: @test_poly64
12 poly64_t
test_poly64(poly64_t a
) {