1 // PR c++/94733
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fgnu-tm" }
4 
5 struct [[gnu::may_alias]] pe { };
6