Home
last modified time | relevance | path

Searched defs:formatAssign (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dformat-statement.f904 subroutine formatAssign(flag1, flag2, flag3) subroutine
5 real :: pi
6 integer :: label
7 logical :: flag1, flag2, flag3
62 call formatAssign(.true., .true., .true.) argument