xref: /Universal-ctags/Units/parser-fypp.r/simple-fypp.d/input.fy (revision ae25a18bf528844dca9ba6fe31e370d1082e2965)
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