mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
New testcase, distilled by John
llvm-svn: 8743
This commit is contained in:
parent
ae5a2fd833
commit
24cb913891
@ -0,0 +1,11 @@
|
||||
struct C {
|
||||
int A, B;
|
||||
~C() {}
|
||||
|
||||
void operator^(C b) const { }
|
||||
};
|
||||
|
||||
void test(C *P) {
|
||||
*P ^ *P;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user