1/* { dg-do compile } */
2/* { dg-options "-fgnu-tm -O" } */
3
4int
5main()
6{
7  __transaction_relaxed { __asm__(""); }
8  return 0;
9}
10