This website requires JavaScript.
Explore
Help
Sign In
natas_hw
/
cbc
mirror of
https://github.com/aamine/cbc
Watch
1
Star
0
Fork
You've already forked cbc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
524db547c6
cbc
/
test
/
union-semcheck7.cb
12 lines
118 B
Plaintext
Raw
Blame
History
union st {
int x;
int x;
};
int main(int argc, char **argv)
{
union st s;
s.x = 0;
return s.x;
}
Reference in New Issue
View Git Blame
Copy Permalink