• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <iostream>
2 
main()3 int main()
4 {
5 #if !defined(_GLIBCXX_HAS_GTHREADS)
6 #error _GLIBCXX_HAS_GTHREADS is not defined
7 #endif
8 }
9