Align on 4n bytes when copying fct args on stack
[tinycc.git] / tests2 / 02_printf.expect
blobf67a0f6e3989f08f142bc1f1f80ae64819915b56
1 Hello world
2 Count = -5
3 Count = -4
4 Count = -3
5 Count = -2
6 Count = -1
7 Count = 0
8 Count = 1
9 Count = 2
10 Count = 3
11 Count = 4
12 Count = 5
13 String 'hello', 'there' is 'hello', 'there'
14 Character 'A' is 'A'
15 Character 'a' is 'a'