/ tests / tests / compiler / constructor / empty_custom_constructor_fail.adl
empty_custom_constructor_fail.adl
1  program constr.alpha {
2      transition main() {
3      }
4  
5      @custom
6      async constructor() {
7          let x = self.program_owner;
8      }
9  }