0bd1eb80ff
- Split 'qemu-arm' from 'unix' for generating tests. - Add frozen module to the qemu-arm test build. - Add test that reproduces the requirement to half-word align native function data.
6 lines
124 B
Python
6 lines
124 B
Python
import native_frozen_align
|
|
|
|
native_frozen_align.native_x(1)
|
|
native_frozen_align.native_y(2)
|
|
native_frozen_align.native_z(3)
|