rust/tests/run-make/extern-fn-explicit-align
Erik Desjardins ecf2390fb0 extern fn-explicit-align test: don't use uint128_t
...which seems not to be available on some platforms.
Or maybe it is under a different name but I don't want to deal with that

Instead, use two u64s. This isn't exactly the same, but we already have
some coverage of the packed u128 case in another test, so it's not
essential to have it here.
2023-07-13 00:54:11 -04:00
..
Makefile
test.c extern fn-explicit-align test: don't use uint128_t 2023-07-13 00:54:11 -04:00
test.rs extern fn-explicit-align test: don't use uint128_t 2023-07-13 00:54:11 -04:00