one more test

This commit is contained in:
leitner 2008-12-26 01:47:24 +00:00
parent 988c04ad79
commit 25912d79cb

View File

@ -20,6 +20,7 @@ int main() {
assert(imult64(0x3fffffffffffffffll,2,&c)==1 && c==0x7ffffffffffffffell);
assert(umult64(0x0000000100000002ull,0x00000000ffffffffull,&c)==0);
assert(umult64(0x0000000000000001ull,0x00000000ffffffffull,&c)==1);
return 0;
}