blob: 6399ee1cf228466711b3282a92a0a67293b64997 [file] [log] [blame]
# { dg-options "-fstropping=upper" } #
BEGIN PROC rec parse comment = VOID:
BEGIN STRING content;
done;
100;
done:
ASSERT (content + "x" = "x")
END;
rec parse comment
END