PR middle-end/77674
[official-gcc.git] / gcc / testsuite / g++.dg / warn / main-3.C
blobeb462f4ba06f3b9ec40d737272399d281c234ba1
1 // PR c++/29735
2 // { dg-do compile }
4 int __attribute__ ((vector_size (8))) main () // { dg-error "must return" }
6   return 0;