aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/modules/import_as.bad
blob: 6f620382e31c37964a0f8688e480f4bc703deafd (plain)
1
2
3
4
5
6
7


uses c89:stdio as io;

() f() {
    c89:stdio:puts("shouldn't work");
}