// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// RUN: %clang_cc1 -triple riscv32 -target-feature +zbb -verify %s -o -
intorc_b_64(inta){return__builtin_riscv_orc_b_64(a);// expected-error {{builtin requires at least one of the following extensions support to be enabled : 'RV64'}}
}