/** *
*/ struct whatever_replacement { int replacement; }; struct whatever { int b; }; struct container { whatever c; };