Table 6. Sample FSC mutant.
| L1 | function allowance(address account, address spender) external pure returns (uint) { |
| L2 | return allowances[account][spender] |
| L3 | } |
| L1 | function allowance(address account, address spender) external view returns (uint) { |
| L2 | return allowances[account][spender] |
| L3 | { |