ucg/integration_tests/empty_test.ucg
Jeremy Wall b87d75c5c7 TESTS: Add a whole raft of integration tests.
* Integrate them into the build::comopile_test module as well.
2018-08-20 22:16:42 -05:00

5 lines
75 B
Plaintext

let empty = NULL;
let tpl = {
foo = NULL,
};
assert "tpl.foo == empty";