1 /* { dg-do compile } */
2 /* { dg-options "-fno-short-enums -Wc++-compat" } */
7 unsigned int *p
= &v
; /* { dg-warning "incompatible in C\[+\]\[+\]" } */
9 void foo(unsigned int);
10 void (*pfn
)(enum E
) = &foo
; /* { dg-warning "incompatible in C\[+\]\[+\]" } */