1234567891011
//some header struct foo{ //int bar; }; //some cpp void asdf(){ foo zzz; zzz.bar = 42; //¿what do you expect this to do? }