aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_only_ast_requested.json
blob: 7abd6da5fd37d9eb75e9a873d279cbd430b33f00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "language": "Solidity",
    "sources":
    {
        "A":
        {
            "content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
        }
    },
    "settings":
    {
        "outputSelection":
        {
            "*": { "": ["ast"] }
        }
    }
}