repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
bitfield-gnu.m
blob
383907f15c5164b44535c134e78b5c208bc99c23
1
// RUN: %clang -S -emit-llvm -fobjc-runtime=gcc -o %t %s
2
typedef enum { A1, A2 } A;
3
typedef struct { A a : 1; } B;
4
@interface Obj { B *b; } @end
5
@implementation Obj @end