aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/smoke_test.sol
blob: d328b16751672179ca0dbbeeb5bd20ae7ea78f73 (plain) (blame)
1
2
3
4
contract test {
    uint256 stateVariable1;
}
// ----