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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr27898_0.c
blob
c7e23f35e3b565537945f3c59faf26edd0ffcac2
1
/* PR c/27898 */
2
/* { dg-lto-do link } */
3
4
union
u
{
struct
{
int
i
; }; };
5
6
extern
int
foo
(
union
u
*);
7
8
int
main
() {
return
0
; }