10 lines · plain
1! RUN: bbc -emit-fir %S/target_definition.f902! RUN: bbc -emit-fir %s -o - | FileCheck %s3 4! Test TARGET attributes on a declaration of a global symbol.5! CHECK: fir.global @_QMtarget_modEx target : f326real function test()7 use target_mod8 test = x9end function test10