1 change: 1 addition & 0 deletions lldb/test/API/lang/c/bitfields/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ int main (int argc, char const *argv[])

struct LargePackedBits large_packed =
(struct LargePackedBits){ 0xcbbbbaaaa, 0xdffffeeee };
struct LargePackedBits *large_packed_ptr = &large_packed;

return 0; //// Set break point at this line.

Expand Down