/* { dg-skip-if "" { *-*-* } { "*" } { "-DACC_MEM_SHARED=0" } } */ #include int main (int argc, char *argv[]) { int i; acc_present_or_copyin (&i, sizeof i); acc_copyin (&i, sizeof i); return 0; } /* { dg-shouldfail "" } { dg-output "already mapped to" } */