1 // RUN: not %clang -o %t.out -target arm-arm-eabi -march=armv8-a+bf16 -mfloat-abi=soft -c %s 2>&1 | FileCheck %s
2 
3 // CHECK: error: __bf16 is not supported on this target
4 extern __bf16 var;
5