flang/test/Semantics/resolve129.f90
0 → 100644
+18
−0
Loading
Issue #194725: This patch adds a POINTER check to the existing early-out guard in `DeclarationVisitor::Pre(NamedConstantDef)` that already handles CrayPointer/CrayPointee, so the error is diagnosed and we return before reaching the assertion. A LIT test has been added as well.