`include "uvm_macros.svh"
import uvm_pkg::*;

module construction_compile_probe;
  initial begin
`ifdef REVIEW_BACKDOOR
    uvm_reg_backdoor bd = new("bd");
`endif
`ifdef REVIEW_SOCKET
    uvm_tlm_b_initiator_socket_base#() socket = new("socket", null);
`endif
  end
endmodule
