-
Bug
-
Resolution: Fixed
-
P2
-
repo-panama
Giving a simple C union,
union {
short s,
int i,
long l
}
The address of s, i and l are expected to be the same.
union {
short s,
int i,
long l
}
The address of s, i and l are expected to be the same.