aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/varargs2-kvx
blob: 0576ca0179bb500f910442eac7e186f1cef9ce3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
An int: 42
A long long: 123456789012345
A string: Hello world
A double: 3.141592654
A mixture: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746
Twice: -1 1.23
Twice: -1 1.23
With va_copy: -1 1.23
With va_copy: -1 1.23
With extra args: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746
With extra FP args: 3.141592654 & 2.718281746 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 42
va_list compatibility: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746