blob: c5b458a4e15bdb8def754972cd967b4a93ca4ece [file] [log] [blame]
// Build don't link:
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());