blob: e2561ca41f1ab5410a937b2265ab7518cf205485 [file] [log] [blame]
typedef unsigned long long_t;
inline
static unsigned int ok(void)
{
return sizeof(long_t);
}
static unsigned int ko(void)
{
return sizeof(long_t);
}