[flang] Accept a null pointer as a NULL(MOLD=...) actual argument
The MOLD= argument to NULL() is allowed to be a null pointer itself -- for example, NULL(MOLD=NULL(MOLD=...)) should not raise spurious semantic errors. Differential Revision: https://reviews.llvm.org/D132166
Loading
Please sign in to comment