blob: 712c9e21847dc0b8b230844b6c152b821139b770 [file] [log] [blame]
// APPLE LOCAL file 6983171 */
/* { dg-require-visibility "" } */
/* { dg-options "-fvisibility-ms-compat" } */
int foo() {
try {
throw (int*)0;
} catch (...) {
return 0;
}
return 1;
}