Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
net1.C
blob: 72b8e72d77d23fcb20ce77cc0f74bca88c34b60c [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Here is a net bug
class
ivAllocation
{
public
:
ivAllocation
();
int
x_
;
};
class
TBScrollBoxInfo
{
public
:
ivAllocation allocation_
;
};
TBScrollBoxInfo
*
items_
;
inline
TBScrollBoxInfo
item
()
{
return
items_
[
0
];
}