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