blob: 07122528a32e7598832fa4769491c65e4498ff50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
.include(priority = 1) "${CURDIR}/16.inc"
section = {
value = "test";
}
overrided = {
value = "not-to-be-shown";
}
overrided = {
value2 = "implicit-array";
}
|