29 struct Empty1
{ void *data
; };
30 struct Empty2
{ void *data
; };
33 int main(int argc
, char const *argv
[]) {
49 JustAStruct
* foo_ptr
= &foo
;
51 std::vector
<int> int_vector
;
53 CCC ccc
= {111, 222, 333};
58 return 0; // Set break point at this line.