aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/initializers-64
blob: 63cc0eb709465e61208873d3e0b98f03f69ce7ca (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
29
30
x0 = 0
x1 = 'x'
x2 = 12345
x3 = 3.14159
x4 = { 'a', 'b', 'c', 'd' }
x5 = { 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, }
x6 = { 4, 5 }
x7 = { 6, 'u' }
x8 = { 'v', 7 }
x9 = { { 'a', 'b', 0, 0, 0, 0, 0, 0, 0, }, 2.718 }
x10 = { { 'v', 7 }, 2.718 }
x11 = 1.3183101416
x12 = 1.3183101550
x13 = { 0, 1 }
x14 ok
x15 ok
x16 ok
x17[7] = { 'H', 'e', 'l', 'l', 'o', '!', 0, }
x18 = "Hello!"
x19 = { "Hello", "world!" }
x20 = { 'H', 'e', 'l', }
x21 = { 'H', 'e', 'l', 'l', 'o', '!', 0, 0, 0, 0, }
x22 ok
x23 = { hd = 16, tl = ok }
x24[6] = { '/', '*', 'B', '*', '/', 0, }
x25[8] = { "/tmp" }
x26[6] = { 'w', 'o', 'r', 'l', 'd', 0, }
x27[4] = { 'a', 'b', 'c', 0, }
x28[2] = { 'a', 'b', }
x29[10] = { 'a', 'b', 'c', 0, 0, 0, 0, 0, 0, 0, }