Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
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
},
};