summaryrefslogtreecommitdiff
path: root/test/metadce/all-outside.wast.graph.txt
blob: b874ff778a03544725c8af26a0c6e660271821be (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
[
  {
    "name": "root1",
    "reaches": ["two", "three"],
    "root": true
  },
  {
    "name": "root2",
    "reaches": ["three"],
    "root": true
  },
  {
    "name": "two",
    "reaches": ["two"],
  },
  {
    "name": "three",
  },
  {
    "name": "island",
    "reaches": ["island"],
  },
  {
    "name": "loop1",
    "reaches": ["loop2"],
  },
  {
    "name": "loop2",
    "reaches": ["loop1"],
  },
  {
    "name": "lonely",
  },
  {
    "name": "reverse",
    "reaches": ["root1"],
  },
]