Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/castError.cfa

    rf8de4e4 r1d17939  
    1414//
    1515
     16forall(otype T) struct S { T p; };
    1617int f;
     18S(int) sint;
    1719
    1820void f() {
     
    2527        short int v;
    2628        3, v;           // implicit void cast
     29
     30        (S(char)) sint;
    2731}
    2832
Note: See TracChangeset for help on using the changeset viewer.