diff --git a/Source/Tests/preprocessor.nsi b/Source/Tests/preprocessor.nsi index cc12c81c..bb88b651 100644 --- a/Source/Tests/preprocessor.nsi +++ b/Source/Tests/preprocessor.nsi @@ -51,6 +51,13 @@ d\ i\ f +!if 0 +/* +this shouldn't be compiled +!endif +*/ +!endif + # tests for !if statement !if 'test' == 'test' !if 1 <= 2