blob: 671717a3d22031c59f6011b118b785fc5cf2b151 [file] [log] [blame]
/*
* Copyright (c) 2011 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
//TODO : port this when we supprot DEATH tests
#include <pthread.h>
int main(void) {
pthread_exit(NULL);
/* Should never get here */
return 1;
}