blob: 4a93de55d4ebfab7e394f872463df92632046cd9 [file] [log] [blame]
// Copyright (c) 2012 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.
int main() {
std::list<std::vector<std::string> > l;
return 0;
}