contract A {
function f() public {
new B();
}
contract B {
function f() public {}
contract C {
// ----
// constructor() ->
// gas irOptimized: 100415