]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/tm/macro1.C
Implement N4514, C++ Extensions for Transactional Memory.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / tm / macro1.C
1 // { dg-options -fgnu-tm }
2
3 #ifndef __cpp_transactional_memory
4 #error __cpp_transactional_memory not defined
5 #endif