Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/virtual-cast.cfa

    r3bf9d10 r8f910430  
    99 */
    1010
    11 #include <fstream.hfa>
    1211#include <stdlib.hfa>
    1312#include <assert.h>
     13
     14
    1415
    1516// Hand defined alpha virtual type:
     
    105106        free(tri);
    106107        free(top);
    107         sout | "done";                                                                          // non-empty .expect file
     108        printf( "done\n" );                             // non-empty .expect file
    108109}
Note: See TracChangeset for help on using the changeset viewer.