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