aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_default_success/input.json
blob: 826253b859f2d41a884362f1e7a735bc72fca068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "language": "Solidity",
    "sources":
    {
        "A":
        {
            "content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
        }
    }
}