Skip to content

Instantly share code, notes, and snippets.

@flysand7
Created December 21, 2021 00:19
Show Gist options
  • Save flysand7/1d63248c159105ae9911742fed87f6cb to your computer and use it in GitHub Desktop.
Save flysand7/1d63248c159105ae9911742fed87f6cb to your computer and use it in GitHub Desktop.
int is_c99(void)
{
int r=0,b=1,c=2;
r = b //*kek*/c
;
return r;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment