aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/trans-mem-3_1.c
blob: 4b7f7d7510b1dc73c3eed5464c206f62895bed32 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-options "-fgnu-tm" } */

#include "trans-mem.h"

extern int i;

main()
{
  __transaction_atomic { i = 0; }
}