summaryrefslogtreecommitdiffstats
path: root/test/data/o1.ostep
blob: 074406aced91d802ac95055e0c6ea7ad2dc27950 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "test" = (1,1);
  foo = (
    (-1337),
    (1),
    (1),
    (1),
    (
      (1),
      (1),
      (1),
      (1),
      (
        (1),
        (1),
        (1),
        (1)
      )
    )
  );
  more = {
    "a" = "yo";
     "b" = (
       {
         "c" = 0.25;
       },
       {
         "a" = "yo";
         "b" = (
           {
             "c" = 0.25;
           },
           {
             "a" = "yo";
             "b" = (
               {
                 "cd" = -0.25;
               }
             );
           }
         );
       }
     );
  };
}