6 lines
95 B
Plaintext
Raw Normal View History

@LETTER_A = [A A.sc A.alt1];
feature test {
ignore sub A;
sub @LETTER_A' by a;
} test;