DEBSOURCES
Skip Quicknav
sources / swig / 4.1.0-0.2 / Examples / test-suite / command_line_define.i
1234567
%module command_line_define // Test handling of -D without a value specified. #if FOO-0 != 1 # error "-DFOO didn't set FOO to 1" #endif