Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function is...
[tinycc.git] / tests / tests2 / 10_pointer.expect
blob1e3c473f0512174a92e93816316ac288d795b5c2
1 a = 42
2 bolshevic.a = 12
3 bolshevic.b = 34
4 bolshevic.c = 56
5 tsar->a = 12
6 tsar->b = 34
7 tsar->c = 56
8 bolshevic.b = 34