tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / darwin / pth-supp.c
blobce24f7681b4cb5a139b95978fe1361edbabf8028
1 // This requires a suppression (macos-Cond-6). Bug 196528.
3 #include <pthread.h>
5 int main() {
6 pthread_rwlock_t mutex;
7 pthread_rwlock_init(&mutex, NULL);
8 return 0;