aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/457_shadowing_builtins_ignores_struct.sol
blob: 4c70b4ced1827bf2338669767d29f52469fd0021 (plain) (blame)
1
2
3
4
5
contract C {
    struct a {
        uint msg;
    }
}