Changes between Initial Version and Version 1 of Ticket #6417


Ignore:
Timestamp:
Aug 1, 2010, 1:19:25 PM (14 years ago)
Author:
mmadia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6417 – Description

    initial v1  
    11Been trying to compile Tango using LDC D compiler, and it crashed so started investigating, this test crashes on haiku but not on linux:
    2 
     2{{{
    33/* vfprintf example */
    44#include <stdio.h>
     
    2525   return 0;
    2626}
     27
     28}}}