blob: 01d134e1da5c191ddad489bd37e9dffb45b099e7 [file] [log] [blame]
struct Environment {
struct AsyncHooks {
int providers_[1];
};
AsyncHooks async_hooks_;
};
void fn1() { Environment a; }
int main ()
{
}