/ tests / tests / compiler / tuple / function_return_nothing.adl
function_return_nothing.adl
1  
2  program test.alpha {
3      transition main(a: bool, b: bool) -> () {
4          return;
5      }
6  }