* gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2.
[official-gcc.git] / gcc / testsuite / gcc.target / spu / Wmain.c
blob58eca021bf3ff330b3f72704486723ed842ce9ca
1 /* { dg-do compile } */
2 /* { dg-options "-Wmain -mstdmain" } */
4 int main (void *wrong)/* { dg-warning "first argument of 'main' should be 'int'" "" } */
5 {
6 /* { dg-warning "'main' takes only zero or two arguments" "" { target *-*-* } 4 } */