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