Roberto Ragusa wrote:
> Just for fun, let's see who is the worst.

Challenge accepted. :-)

$ cat nothing.adb 
procedure Nothing is
begin
   null;
end Nothing;
$ gnatmake nothing.adb -o true
gcc -c nothing.adb
gnatbind -x nothing.ali
gnatlink nothing.ali -o true
$ time ./true 

real    0m0.001s
user    0m0.000s
sys     0m0.000s

Björn Persson

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to