13 lines · plain
1! RUN: bbc %s -o - | tco | FileCheck %s2! RUN: %flang -emit-llvm -S -mmlir -disable-external-name-interop %s -o - | FileCheck %s3 4 COMPLEX c5 c%RE = 3.146 CALL sub(c)7END8 9! Verify that the offset in the struct does not regress from i32.10! CHECK-LABEL: define void @_QQmain()11! CHECK: getelementptr { float, float }, ptr %{{[0-9]+}}, i32 0, i32 012 13