program main integer:: i,j real:: r(4) print *, "hello, world" r =[/1,2,3,4/] print*, r end
Standard input is empty
prog.f95:6:8:
r =[/1,2,3,4/]
1
Error: Fortran 2003: [...] style array constructors at (1)
Standard output is empty