1#! This test case is taken from #1810, a pull request submitted by @p-vitt. 2#:def assertTrue(cond) 3if (.not. ${cond}$) then 4 print *, "Assert failed" 5 error stop 6end if 7#:enddef assertTrue 8