Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
aliasing_c_structs
/
cstructs.h
8
lines
·
6
sloc
·
109 bytes
·
0b6d585b0710d384206fa5bbc38e883904eb79f8
Raw
1
2
struct
__mpz_struct1 {
3
int
x;
4
};
5
6
typedef
struct
__mpz_struct2 {
7
int
x;
8
} __mpz_struct_typedef;
9