1 // RUN: %clang_cc1 -triple i386-unknown-unknown -target-feature +sse2 -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-feature +sse2 -emit-llvm -o - %s | FileCheck %s
3 
4 // CHECK: define {{.*}}void @_Z3foou6__bf16(bfloat noundef %b)
foo(__bf16 b)5 void foo(__bf16 b) {}
6