• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Does nothing, but linking it with -lpthread is enough to trigger an error
2 // that should be suppressed when it is run.
3 
main(void)4 int main(void)
5 {
6    return 0;
7 }
8