blob: 96a10714cfce6fabe22a80446d4710bbf6339f17 [file] [log] [blame]
#include "pr66655.h"
extern int32_t g (void);
int32_t S::i;
int32_t
f (void)
{
int32_t ret = g ();
S::set (ret);
return ret;
}