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