blob: 803111b03fb2583317871053b2ba584eb297ef46 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-march=rv32gc_xtheadbb" { target { rv32 } } } */
/* { dg-options "-march=rv64gc_xtheadbb" { target { rv64 } } } */
#ifndef __riscv_xtheadbb
#error "Feature macro not defined"
#endif
int
foo (int a)
{
return a;
}