/ tests / tests / compiler / group / invalid_fail.adl
invalid_fail.adl
1  
2  program test.alpha {
3      transition main() -> group {
4          // This should fail - not a valid group element.
5          return 1group;
6      }
7  }