Inspired by https://reviews.llvm.org/D120684#inline-1157644 and subsequent LWG discussion.
See https://cplusplus.github.io/LWG/issue3207 for not-enough-background. :)
Wondering how to restrict this to run on just these weird 32-bit-ptrdiff_t/64-bit-pointer platforms, without running the risk of quietly nerfing the test forever and never noticing.
@ldionne, I wonder if there's a way to get buildkite to alert us about test files that have been skipped in all jobs. That would be generally useful.