blob: ff638f43970e31c2dad0a8d7a06815a4bc7b7159 [file] [log] [blame]
struct S
{
static int i;
static void set (int ii) { i = -ii; }
};