Paste: conversion bug

Author: j
Mode: text
Date: Sat, 7 Jan 2012 18:34:11
Plain Text |
% cat >foo.clay
main() {
println(ULong(  2742919 * 0.009f ));
}
% clay -arch i386 foo.clay
% ./foo
24686
% clay foo.clay           
% ./foo
24686

New Annotation

Summary:
Author:
Mode:
Body: