@_implementationOnly import CxxStdlib public func testUsesCxxStdlib() { let string = std.string() print(String(string)) }