aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/external_variable.sol
blob: 5188875f84ddb9948c152f02890661089001947d (plain) (blame)
1
2
3
4
5
contract c {
    uint external x;
}
// ----
// ParserError: (19-19): Expected identifier, got 'External'