Closed thradams closed 5 months ago
int main(){ int x = 1; auto* px = &x; //missing error here }
already fixed