Reports the references to local values that escape the function
Example:
int *escapeLocalScope() { int lv = 100; return &lv; }