blob: 8d3282cf89340187054be06c6d30bea729f9ca16 [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
* <condition_variable> header.
*/
#include <condition_variable>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// TODO(jfb) Test condition_variable.
int main() {
return 0;
}