blob: ce24f7681b4cb5a139b95978fe1361edbabf8028 [file] [log] [blame]
// This requires a suppression (macos-Cond-6). Bug 196528.
#include <pthread.h>
int main() {
pthread_rwlock_t mutex;
pthread_rwlock_init(&mutex, NULL);
return 0;
}