blob: 73a3a6fa11c61f6372f56cca7e9675688f2f727e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wall -pedantic" } */
extern "C" {
typedef int UOW; /* { dg-message "declared here" } */
struct ABC {
UOW UOW; /* { dg-error "changes meaning" } */
};
}