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