Clang should not warn for:
test.c:2:12: warning: indirection of non-volatile null pointer will be deleted,
not trap [-Wnull-dereference]
return *(int __attribute__((address_space(256))) *) 0;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Solves PR42292.
[libcxx] Disable -Wconstant-evaluated for libcxx's testsuite