921e5a0eb4
From-SVN: r14840
11 lines
143 B
C
11 lines
143 B
C
// Build don't link:
|
|
// GROUPS passed gb scope
|
|
struct c {
|
|
class t { };
|
|
struct d {
|
|
void foo (t &);
|
|
};
|
|
};
|
|
|
|
void c::d::foo (t & x) { }
|