summaryrefslogtreecommitdiff
path: root/ecos/packages/language/cxx/ustl/current/tests/bvt09.std
blob: 54199c2b8e6a43c6392b6fe625cdf7afc8d09f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
84 bytes written
Values:
char:    'c'
u_char:  'c'
bool:    1
int:     -12345678
u_int:   12345678
long:    -12345678
u_long:  12345678
float:   123.46
double:  123456789123456.78
short:   1234
u_short: 1234

Dump:
c
c
true
-12345678
12345678
-12345678
12345678
123.46
123456789123456.78
1234
1234