blob: eca2ad46f18648637e2b8b41dd46ccc9428ad739 [file] [log] [blame]
#ifndef GCC_TEST_LAUNDER6_H
#define GCC_TEST_LAUNDER6_H
struct A
{
int& x;
};
struct B
{
A a;
};
void f(B& b);
#endif