* testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
[binutils-gdb.git] / gold / testsuite / odr_header2.h
1 struct OdrBase {
2 virtual ~OdrBase() {
3 }
4 };