Sign in
ara-mdk
/
platform
/
external
/
clang
/
70e82dc7a254054f0de491493489da162e63c364
/
.
/
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
},
};