1 // RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
11 return &b
->B
; // Must be able to address non-bitfield
14 void test2(BF
*b
) { // Increment and decrement operators
20 b
->C
= 12345; // Store
27 void test5(BF
*b
, int i
) { // array ref