blob: c9055d67dc44abe5ab3860f9778ad8e54adec0b1 [file] [log] [blame]
dynatype v1 = 1
int (v1) = 1
double (v1 = 3.14) = 3.14
double (v2 = v1) = 3.14
(const char*)(v2 = "abc") = abc
(const char*)(v1 = v2) = abc
exception