blob: bc514bf4dfe22eb74752962adb8247835e8add6e [file] [log] [blame]
Daniel Dunbar8b576972009-11-08 01:45:36 +00001// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o %t
Anders Carlsson72fb3842009-07-27 15:31:55 +00002// RUN: grep "struct.object_entry = type { i8, \[2 x i8\], i8 }" %t
Anders Carlsson516e5e72009-07-23 21:16:33 +00003
4struct object_entry {
5 unsigned int type:3, pack_id:16, depth:13;
6} entries;