Ignore:
Timestamp:
Dec 13, 2016, 4:59:46 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
ea83e00a
Parents:
fc638d2
Message:

add tuple cast resolution code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/tupleCast.c

    rfc638d2 r7933351  
    2020  printf("%d %c %g\n", ([int, char, float])x);
    2121  printf("%d %c\n", ([int, char])x);
     22  printf("%d\n", ([int])x);
     23  // printf("%d\n", (int)x);
    2224  printf("%g %g\n", ([double, float])x);
    2325  printf("%d %c\n", ([int, char])f());
Note: See TracChangeset for help on using the changeset viewer.