repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr83121_1.C
blob
01d134e1da5c191ddad489bd37e9dffb45b099e7
1
struct Environment {
2
struct AsyncHooks {
3
int providers_[1];
4
};
5
AsyncHooks async_hooks_;
6
};
7
void fn1() { Environment a; }
8
int main ()
9
{
10
}