1 #include "test39.h" 2 3 struct opaque_type 4 { 5 unsigned m0; 6 unsigned char m1; 7 }; 8 9 long long foo2(struct container_type * c)10 foo2(struct container_type* c) 11 { 12 return (long long) c; 13 } 14