one more test

master
Felix von Leitner 2008-12-26 01:47:24 +00:00
parent 2e0344f7e4
commit bb518ee596
1 changed files with 1 additions and 0 deletions

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;
}