summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr79769.C
blob: c3186877f60ef40ee5fbf017c2a1154227c1f1ca (plain)
1
2
3
4
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */
/* { dg-options "-fcheck-pointer-bounds -mmpx -mabi=ms" } */

void a (_Complex) { a (3); }