Sign in
fuchsia
/
third_party
/
swig
/
refs/tags/v4.1.1
/
.
/
Examples
/
test-suite
/
command_line_define.i
blob: 842add7fd5c52029adc20ca2ac01df684f157ae8 [
file
] [
log
] [
blame
]
%
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