Skip to content

Instantly share code, notes, and snippets.

@JIghtuse
Created December 28, 2015 16:11
Show Gist options
  • Select an option

  • Save JIghtuse/97e344233aaeb304cda6 to your computer and use it in GitHub Desktop.

Select an option

Save JIghtuse/97e344233aaeb304cda6 to your computer and use it in GitHub Desktop.
cppcheck syntax error
int a;
void fn1(int = {}) {
for (int i; i < a;)
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment