blob: 0976415c31e5d4ff0970de5095bf6a4d4f44a89f [file] [log] [blame]
/*
* Copyright (c) 2013 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.
*/
/*
* This test ensures that the PNaCl backends can deal with C++11's
* <mutex> header.
*/
#include <mutex>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// TODO(jfb) Test mutex.
int main() {
return 0;
}