aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/var_storage_var.sol
blob: 6e4ccfa57947a51831b68ab6b2df24fd37dc3d38 (plain) (tree)
1
2
3
4
5



            
                                                                                     
contract C {
    var a;
}
// ----
// ParserError: (17-20): Function, variable, struct or modifier declaration expected.