blob: d6e8c8f88ecd195a23b39ec076c0c2d675721bfd [file] [log] [blame]
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11
#include <string>
#include <cassert>
int main()
{
using namespace std;
string foo = ""s;
}