Home | History | Annotate | Download | only in tests
      1 // Does nothing, but linking it with -lpthread is enough to trigger an error
      2 // that should be suppressed when it is run.
      3 
      4 int main(void)
      5 {
      6    return 0;
      7 }
      8