/ tests / tests / compiler / constructor / trivial_constructor.adl
trivial_constructor.adl
1  program test.alpha {
2      transition foo() {}
3  
4      @custom
5      async constructor() {
6          assert_eq(true, true);
7      }
8  }