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