Commit 2d10756d authored by Lev Walkin's avatar Lev Walkin

non-existent in 32-bit mode

parent b4776ff2
...@@ -19,9 +19,6 @@ int main() { ...@@ -19,9 +19,6 @@ int main() {
memset(&empty_t, 0, sizeof(empty_t)); memset(&empty_t, 0, sizeof(empty_t));
/* Fill in complex INTEGER */
asn_long2INTEGER(&empty_t.unsigned33, 0);
asn_enc_rval_t er = asn_enc_rval_t er =
oer_encode_to_buffer(&asn_DEF_T, 0, &empty_t, tmpbuf, sizeof(tmpbuf)); oer_encode_to_buffer(&asn_DEF_T, 0, &empty_t, tmpbuf, sizeof(tmpbuf));
assert(er.encoded != -1); assert(er.encoded != -1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment