## index.d2 ```d2 a: { link: layers.b } layers: { b: @c } ``` ## c.d2 ```d2 d layers: { e: { f } } ``` `d2 --watch index.d2` and then clicking the link shows a failed to recompile error