Sign in
llvm
/
clang
/
8569f81b8c187d185c2663120832668c18dbb550
/
.
/
test
/
CodeGenCXX
/
2003-11-18-PtrMemConstantInitializer.cpp
blob: 9cecf48611635f66cfea1fddae68b17e5ced5357 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o -
struct
Gfx
{
void
opMoveSetShowText
();
};
struct
Operator
{
void
(
Gfx
::*
func
)();
};
Operator
opTab
[]
=
{
{&
Gfx
::
opMoveSetShowText
},
};