github.com/tri-stone/burrow@v0.25.0/tests/jobs_fixtures/app32-overwriting_jobs_and_checking_notification/app32.sol (about)

     1  pragma solidity >=0.0.0;
     2  
     3  contract c {
     4  	function f() public pure {}
     5  }