Home
last modified time | relevance | path

Searched refs:slogical (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dselect-case-statement.f9037 subroutine slogical(L) subroutine
455 call slogical(.false.) ! expected output: 0 1 0 3 1 1 3 1
456 call slogical(.true.) ! expected output: 0 0 2 3 2 3 2 2