summaryrefslogtreecommitdiff
path: root/test/regression/Results/volatile2
blob: e6a99033fac902cff08c4d49c5d2fe8d865a1ea0 (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
signed char 1: OK
signed char 2: OK
unsigned char 1: OK
unsigned char 2: OK
signed short 1: OK
signed short 2: OK
unsigned short 1: OK
unsigned short 2: OK
int 1: OK
int 2: OK
float 1: OK
float 2: OK
double 1: OK
double 2: OK
global signed char 1: OK
global signed char 2: OK
global unsigned char 1: OK
global unsigned char 2: OK
global signed short 1: OK
global signed short 2: OK
global unsigned short 1: OK
global unsigned short 2: OK
global int 1: OK
global int 2: OK
global float 1: OK
global float 2: OK
global double 1: OK
global double 2: OK