Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / tm / pr56108.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O" } */
3
4 int
5 main()
6 {
7   __transaction_relaxed { __asm__(""); }
8   return 0;
9 }