Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / diagnostic / wrong-tag-1.C
blob2cf75f8bd7a4ab23d486a306f25accb0cce2be1e
1 // Origin PR c++/51427
3 typedef struct _GMutex GMutex; // { dg-message "previously declared here"}
4 typedef union _GMutex GMutex; // { dg-error "tag used in naming" }