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