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