non-existent in 32-bit mode

This commit is contained in:
Lev Walkin 2017-07-25 06:30:14 -07:00
parent b4776ff2ee
commit 2d10756d75
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ int main() {
memset(&empty_t, 0, sizeof(empty_t));
/* Fill in complex INTEGER */
asn_long2INTEGER(&empty_t.unsigned33, 0);
asn_enc_rval_t er =
oer_encode_to_buffer(&asn_DEF_T, 0, &empty_t, tmpbuf, sizeof(tmpbuf));
assert(er.encoded != -1);