blob: 6f0246b884acdd14ece5ad60eba021349a1ba170 [file] [log] [blame]
struct real_struct
{
int first_elem;
int second_elem;
} global_struct;
int
real_function ()
{
return 500;
}