blob: 9b2bbb835ff7a411da7ce36125084ccd053bdd94 [file] [log] [blame]
// Build don't link:
// Here is a net bug
class ivAllocation {
public:
ivAllocation();
int x_;
};
class TBScrollBoxInfo {
public:
ivAllocation allocation_;
};
TBScrollBoxInfo* items_;
inline TBScrollBoxInfo item() {
return items_[0];
}