Commit 55991d4f by Martin v. Löwis

New test case.

From-SVN: r25738
parent c592d5d2
// Build don't link:
namespace X {
template <class T> class foo;
}
template <class T>
class X::foo {
T worthless;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment