mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-25 18:49:50 -04:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
let empty = NULL;
|
||
|
let tpl = {
|
||
|
foo = NULL,
|
||
|
};
|
||
|
assert "tpl.foo == empty";
|