c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / Wshift-overflow-10.c
blob3efd3912d11bf88b7c19952660072cef5066fe58
1 /* PR c++/55095 */
2 /* { dg-do compile { target int32 } } */
3 /* { dg-options "-O -Wshift-overflow=2 -fwrapv" } */
5 #include "Wshift-overflow-5.c"