Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/castError.cfa

    r1d17939 rf8de4e4  
    1414//
    1515
    16 forall(otype T) struct S { T p; };
    1716int f;
    18 S(int) sint;
    1917
    2018void f() {
     
    2725        short int v;
    2826        3, v;           // implicit void cast
    29 
    30         (S(char)) sint;
    3127}
    3228
Note: See TracChangeset for help on using the changeset viewer.