blob: c2be32128bb996f1e85e05c2ed7e7d2e23362981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# SPDX-License-Identifier: GPL-2.0+
#
# Test config
#
---
main-branch:
obj:
a: 0x0
b: 0
arr: [0, 0, 0, 0]
another-arr:
- # 1
c: 0
d: 0
- # 2
c: 0
d: 0
|