`ifndef GUARD_FILE1 `define GUARD_FILE1 class a_class; `ifdef DEF_1 $display("Print def1"); `else $display("Print nothing"); `end