Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
},
};