blob: 225bf67bb1f6ef90843cd9ddb9ffef6fde8e4f72 [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.
//
//===----------------------------------------------------------------------===//
// <map>
// class multimap
// insert(...)
// UNSUPPORTED: c++98, c++03
#include <map>
#include "container_test_types.h"
#include "../../../map_allocator_requirement_test_templates.h"
int main()
{
testMultimapInsert<TCT::multimap<> >();
testMultimapInsertHint<TCT::multimap<> >();
}