brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 4f9abea Raw
8 lines · c
1// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s2//3// CHECK: struct.object_entry = type { i32 }4 5struct object_entry {6       unsigned int type:3, pack_id:16, depth:13;7} entries;8