/ tests / tests / compiler / constructor / empty_constructor_fail.adl
empty_constructor_fail.adl
1  program test.alpha {
2      transition foo() {}
3  
4      @custom
5      async constructor() {}
6  }