blob: e4f5c12cd8b0194d29cdf5a8a9134db613435f80 [file] [log] [blame]
var typemap_qualifier_strip = require("typemap_qualifier_strip");
val = typemap_qualifier_strip.create_int(111);
if (typemap_qualifier_strip.testA1(val) != 1234) {
throw new Error;
}
if (typemap_qualifier_strip.testA2(val) != 1234) {
throw new Error;
}
if (typemap_qualifier_strip.testA3(val) != 1234) {
throw new Error;
}
if (typemap_qualifier_strip.testA4(val) != 1234) {
throw new Error;
}
if (typemap_qualifier_strip.testB1(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testB2(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testB3(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testB4(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testC1(val) != 5678) {
throw new Error;
}
if (typemap_qualifier_strip.testC2(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testC3(val) != 5678) {
throw new Error;
}
if (typemap_qualifier_strip.testC4(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testD1(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testD2(val) != 3456) {
throw new Error;
}
if (typemap_qualifier_strip.testD3(val) != 111) {
throw new Error;
}
if (typemap_qualifier_strip.testD4(val) != 111) {
throw new Error;
}