Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
alias-1_1.C
blob: 49e821732964430a1bc434802d3adcfdb7dea78c [
file
] [
log
] [
blame
]
#include
<string.h>
struct
a
{
int
a
;}
a
;
struct
b
{
short
b
;}
b
;
extern
struct
b
**
bptr
;
void
inline_me_late
(
int
argc
)
{
if
(
argc
==
-
1
)
*
bptr
=
(
struct
b
*)(
size_t
)
1
;
}
void
init
()
{
a
.
a
=
1
;
b
.
b
=
2
;
}