summaryrefslogtreecommitdiff
path: root/tests3/data/construct-value.code
blob: f1f015eeccf783a1031ed91948940ed616fd20e2 (plain)
1
2
3
4
5
6
7
8
9
[
    { "link with": [ "library1.dll", "library2.dll" ] },
    {
        "link with": [
            { "=": "library1.dll", "version": 1.2 },
            { "=": "library2.dll", "version": 2.3 },
        ],
    },
]