Searched refs:test_1_offsets (Results 1 – 1 of 1) sorted by relevance
24 size_t test_1_offsets[4]; in main() local37 CHECK (ffi_get_struct_offsets (FFI_DEFAULT_ABI, &test_1_type, test_1_offsets) in main()40 CHECK (offsetof (struct test_1, c) == test_1_offsets[0]); in main()41 CHECK (offsetof (struct test_1, f) == test_1_offsets[1]); in main()42 CHECK (offsetof (struct test_1, c2) == test_1_offsets[2]); in main()43 CHECK (offsetof (struct test_1, i) == test_1_offsets[3]); in main()