blob: cd5cd47627a127b7b5b2da3171fdde7c582e6d3e [file] [log] [blame]
//Build don't link:
//Based on a report by Helmut Jarausch <jarausch@IGPM.Rwth-Aachen.DE>
template<class>
class foo{};
namespace ABC
{
using ::foo;
}