1// Copyright (c) 2013 Google Inc. All rights reserved.2// Use of this source code is governed by a BSD-style license that can be3// found in the LICENSE file.45#include <string>
6#ifndef__GLIBCXX__7#errorexpectedstdlibrary: libstdc++
8#endif9main()10intmain() { return0; }
1112