(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.target/
powerpc/
altivec-11.C
/* Test handling of literal constant for dss operation.  */
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */

#include <altivec.h>

void
foo ()
{
  vec_dss (1);
}