Cesium
Cesium copied to clipboard
Object initializers
Seemingly, we don't support this:
typedef struct { int x; } foo;
foo xx = { 1 };
We should support it.
Look for the number 225
in the code to find clues to implement this feature.