Skip to content

Instantly share code, notes, and snippets.

@clesaege
Created November 6, 2019 05:47
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 clesaege/6ef1e7ec9f2326ba0b9a4d51110add6b to your computer and use it in GitHub Desktop.
Save clesaege/6ef1e7ec9f2326ba0b9a4d51110add6b to your computer and use it in GitHub Desktop.
pragma solidity ^0.5.1;
contract Test {
function f() public {
uint a0;
uint a1;
uint a2;
uint a3;
uint a4;
uint a5;
uint a6;
uint a7;
uint a8;
uint a9;
uint a10;
uint a11;
uint a12;
{
uint a13;
uint a14;
uint a15;
uint a16;
uint a17;
a17 = 5;
}
a0=5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment