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