Appearance
struct Layout { string storedString; uint256 storedUint; bool storedBool; }
bytes32 STORAGE_SLOT
function layout() internal pure returns (struct TestStorage.Layout l)