blob: e0c22226b9fd0a21f8741f94def6f7e11d946747 [file] [log] [blame]
lookup a_to_bc {
sub a by b c;
} a_to_bc;
lookup b_to_d {
sub b by d;
} b_to_d;
feature test {
sub a' lookup a_to_bc lookup b_to_d b;
} test;