blob: 383907f15c5164b44535c134e78b5c208bc99c23 [file] [log] [blame]
David Chisnall11d3f4c2012-07-03 20:49:52 +00001// RUN: %clang -S -emit-llvm -fobjc-runtime=gcc -o %t %s
David Chisnallc7ff82c2010-12-26 20:12:30 +00002typedef enum { A1, A2 } A;
3typedef struct { A a : 1; } B;
4@interface Obj { B *b; } @end
5@implementation Obj @end