Skip to content

Instantly share code, notes, and snippets.

@yashi
Created September 19, 2023 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashi/bfb4e335c28ffce4ce112a1d50979ccf to your computer and use it in GitHub Desktop.
Save yashi/bfb4e335c28ffce4ce112a1d50979ccf to your computer and use it in GitHub Desktop.
static int foo(void)
{
return 42;
}
int main(void)
{
int val = {
foo()
};
return val;
}
@yashi
Copy link
Author

yashi commented Sep 19, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment