forked from OSchip/llvm-project
parent
5f3c4da52d
commit
f5926b460b
|
@ -5,4 +5,4 @@ struct B : A {};
|
|||
struct C : B { virtual void a(); };
|
||||
void (C::*x)() = &C::a;
|
||||
|
||||
// CHECK: @x = global { i64, i64 } { i{{[0-9]+}} 1, i{{[0-9]+}} 0 }
|
||||
// CHECK: @x = global { i{{[0-9]+}}, i{{[0-9]+}} } { i{{[0-9]+}} 1, i{{[0-9]+}} 0 }
|
||||
|
|
Loading…
Reference in New Issue