make-it-quick/config/check_int64.c

6 lines
54 B
C

int main()
{
__int64 x = 0;
return (int) x;
}