mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
10 lines
95 B
C
10 lines
95 B
C
|
|
#include <sys/types.h>
|
|
|
|
int main ()
|
|
{
|
|
suseconds_t s = 0;
|
|
s = s + s;
|
|
return 104;
|
|
}
|