We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977618 commit c23a8b2Copy full SHA for c23a8b2
clang/test/Modules/cxx-irgen.cpp
@@ -26,7 +26,7 @@ namespace EmitInlineMethods {
26
};
27
}
28
29
-// CHECK-DAG: define internal i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align
+// CHECK-DAG: define internal {{.*}}i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align
30
int a = S<int>::g();
31
32
int b = h();
0 commit comments