//SPDX-License-Identifier: MIT pragma solidity ^0.4.22; // These are out of alphabetic order // Solc will alphabetize them, we should restore source-order. contract InheritB { event LogD(); event LogC(); constructor() public {} }