Skip to content

Instantly share code, notes, and snippets.

@clesaege
Created November 6, 2019 05:46
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/72011f962ab19d08a049a4439526fec3 to your computer and use it in GitHub Desktop.
Save clesaege/72011f962ab19d08a049a4439526fec3 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