You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
260 B

feature f1 {
sub c_t by c t;
sub f_i by f i;
sub f_f_i by f f i;
} f1;
# Even if it has exactly the same content as feature f1,
# the lookup should not be shared.
feature f2 {
sub c_t by c t;
sub f_i by f i;
sub f_f_i by f f i;
} f2;