#include <iostream>


const struct heosegap{

int a, b;

} _str_return(_www_)

int _www_;

{

heosegap fuck_str = {_www_, 20};

return fuck_str;

}


main()

{

printf (" %d ", _str_return(10).a);

printf (" %d ", _str_return(15).b);

getch();

}



borland c++ 3.0에서 테스트됨.