1! RUN: %flang_fc1 -fsyntax-only -pedantic %s 2>&1 | FileCheck %s 2! Test extension: RETURN from main program 3 4return 5! CHECK: portability: RETURN should not appear in a main program 6end 7