1  /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
       2  /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=hard" } { "" } } */
       3  /* { dg-additional-options "-mcpu=cortex-m55 -mthumb -mfloat-abi=soft -mfpu=auto -Werror" } */
       4  
       5  int main ()
       6  {
       7    return 0;
       8  }