brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · 383907f Raw
6 lines · plain
1// RUN: %clang -S -emit-llvm -fobjc-runtime=gcc -o %t %s2typedef enum { A1, A2 } A;3typedef struct { A a : 1; } B;4@interface Obj { B *b; } @end5@implementation Obj @end6