Cesium
Cesium copied to clipboard
Support typedef at block level
Currently, we don't support this:
void foo() {
typedef int xxx;
xxx x;
}
We should support this.
Look for the number 214
in the code to find clues to implement this feature.c