aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/var_storage_var.sol
blob: 431d4ca55520bdf72c5996f057ef2d6c3ecbd9ae (plain) (blame)
1
2
3
4
5
contract C {
    var a;
}
// ----
// ParserError: (17-17): Function, variable, struct or modifier declaration expected.