mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
9 lines
99 B
C
9 lines
99 B
C
#include <time.h>
|
|
|
|
int main ()
|
|
{
|
|
if (sizeof( time_t) == 8)
|
|
return 104;
|
|
return 1;
|
|
}
|