blob: c730fbad48e68fc38b85b2e893addf147b0553df [file] [log] [blame]
typedef int int32_t __attribute__((mode (__SI__)));
struct S
{
static int32_t i;
static void set (int32_t ii) { i = -ii; }
};