blob: a280d10d5ab21ce94cbc8adba7c154fce7237069 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// <set>
// class multiset
// insert(...)
// UNSUPPORTED: c++98, c++03
#include <set>
#include "container_test_types.h"
#include "../../set_allocator_requirement_test_templates.h"
int main()
{
testMultisetInsert<TCT::multiset<> >();
}