• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1feature test {
2	sub a by NULL;
3} test;
4
5feature test {
6	sub [a b c] by NULL;
7} test;
8