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