An irrelevant output for C loop statement generation.
(irr-lstmt-gout) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-lstmt-gout nil (declare (xargs :guard t)) (let ((__function__ 'irr-lstmt-gout)) (declare (ignorable __function__)) (make-lstmt-gout :stmt (irr-stmt) :test-term nil :body-term nil :affect nil :limit-body nil :limit-all nil :events nil :thm-name nil :thm-index 1 :names-to-avoid nil)))
Theorem:
(defthm lstmt-goutp-of-irr-lstmt-gout (b* ((acl2::irr (irr-lstmt-gout))) (lstmt-goutp acl2::irr)) :rule-classes :rewrite)