Commit f00caf79 by Mark Mitchell

New test

From-SVN: r29247
parent 527f0080
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S
{
S (int);
operator bool () const;
};
template <class T>
void f ()
{
if (const S &s = 3) {
}
}
template void f<int>();
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