1 /* { dg-options "-fgnu-tm" } */
2 
3 #include "trans-mem.h"
4 
5 extern int i;
6 
main()7 main()
8 {
9   __transaction_atomic { i = 0; }
10 }
11