Sha256: 72108c3df8358af33ce719cc3705526ace5dc6c8074ff5647164d9eb205dd5d3
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
// 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 <string> #ifndef _LIBCPP_VERSION #error expected std library: libc++ #endif int main() { std::string x; return x.size(); }
Version data entries
4 entries across 4 versions & 2 rubygems