make-it-quick/config/check_int64.c

6 lines
54 B
C
Raw Permalink Normal View History

2018-11-17 18:45:16 +08:00
int main()
{
__int64 x = 0;
return (int) x;
}