aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/def_type_duplicate.bad
blob: 25781f768486291cd9534f30ace9b8c8b8a30b28 (plain)
1
2
3
4
5

typedef A = int;
namespace A {
    typedef here = int; // ERROR
}