Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-complex-2.h
blob: 1fd1e86c2ba443d0e53fb7948afe912e11028224 [
file
] [
log
] [
blame
]
#include
<complex.h>
struct
st
{
int
s1
;
float
complex x
;
};
typedef
struct
{
float
r
,
i
;
}
_complex
;
struct
stc
{
int
s1
;
_complex x
;
};