Open
Description
There is an issue when both of the formats are asterisks (*). For example,
write (*,*) __output_value__
program odd_number
implicit none
integer :: N, k
N = 19
WRITE(*,*) 'Odd number between 0 and ', N
end program odd_number
The output should be the standard output of the target output value.
However, currently, the crash occurs at the level of translate.py
.
Metadata
Metadata
Assignees
Labels
No labels