blob: 8778a5060d09e0f5b95766925cac7839e574cb02 (
plain)
1
2
3
4
5
6
7
8
|
a = 1;
b = 2;
.include() "${CURDIR}/23-json-with-braces.inc"
.include() "${CURDIR}/23-json-without-braces.inc"
.include() "${CURDIR}/23-ucl-with-braces.inc"
.include() "${CURDIR}/23-ucl-without-braces.inc"
c = 3;
d = 4;
|