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