aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/modules/import_repeated.good
blob: 0be98775f29da7e76dd4721bb68695b626aceed1 (plain)
1
2
3
4
5
6
7

uses thing_a;
uses thing_a;

() test() {
    thing_a x;
}