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-semcheck5.cb
11 lines
116 B
Plaintext
Raw
Blame
History
union a {
int x;
};
int main(int argc, char **argv)
{
union a u;
u.x = 1;
return u.nosuchmember;
}
Reference in New Issue
View Git Blame
Copy Permalink