repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-complex-1.h
blob
8b5393774c4449e88b456c981e1c41dc62bfff1d
1
#include <complex.h>
2
3
struct
st
4
{
5
int
s1
;
6
float complex
x
;
7
int
s2
;
8
};
9
10
typedef
struct
{
float
r
,
i
; }
_complex
;
11
12
struct
stc
13
{
14
int
s1
;
15
_complex x
;
16
int
s2
;
17
};