1 /* More sequence point warning tests */
2 /* { dg-do compile } */
3 /* { dg-options "-Wsequence-point" } */
12 int a = i-i++; (void)a; /* { dg-warning "undefined" "sequence point warning" } */
14 bar (i--, i++); /* { dg-warning "undefined" "sequence point warning" } */