f18
f18 copied to clipboard
Confusing error messages from the parser for bad declaration
The source code below produces a lot of messages that are not related to the actual source:
Program s3
integer :: i
i = 3
volatile :: i
end