blob: e1bcc021f4c4f622b9fc6b92588a53fc901c1d25 [file] [log] [blame]
#include <iostream>
int main()
{
#if !defined(_GLIBCXX_HAS_GTHREADS)
#error _GLIBCXX_HAS_GTHREADS is not defined
#endif
}