1 2 3 4 5 6 7
program unused_test implicit none print *, "This program should NOT run." end program unused_test