Skip to content
Snippets Groups Projects
Commit 7e201ecc authored by Chris Lattner's avatar Chris Lattner
Browse files

New testcase for PR269

llvm-svn: 12211
parent f0cbbabe
No related branches found
No related tags found
No related merge requests found
struct s {
unsigned long long u33: 33;
unsigned long long u40: 40;
};
struct s a = { 1, 2};
int foo() {
return a.u40;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment