blob: 20114b501a8f8d7581d40bb1928f4ff51925126d [file] [log] [blame]
// Copyright (c) 2013 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <ciso646>
#ifndef _LIBCPP_VERSION
#error expected std library: libc++
#endif
int main() { return 0; }