aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/modules/thing_a.lh
blob: 580263907d8153237951f429abb363469648e3f0 (plain)
1
2
3
4
5
6
7
8
9

uses thing_b;
uses thing_c as c;

// thing_a
typedef here = (
    thing_b:b y,
    c:c yy,
);