tinycc/tests/tests2/23_type_coercion.expect

13 lines
131 B
Plaintext

char: a
char: b
char: c
int: 97
int: 98
int: 99
float: 97.000000
float: 98.000000
float: 99.000000
97 97
97 97
97.000000 97.000000