aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/tm/inline-asm-2.c
blob: 7d429fbbc850b5130d7951f69d857893c9bc9e23 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
// { dg-options "-fgnu-tm" }

__attribute__((transaction_callable))
void func()
{
  __asm__ ("");
}