/* { dg-do link } */ /* { dg-require-effective-target arm_arch_v8_1m_main_link } */ /* Make sure we have suitable multilibs to link successfully. */ /* { dg-require-effective-target arm_v8_1m_mve_ok } */ /* { dg-add-options arm_v8_1m_mve } */ /* { dg-additional-options "-O2 -flto" } */ #include int main(int argc, char* argv[]) { return vaddvq(__arm_vdupq_n_s8 (argc)); }