blob: 62f7a059a749d622e3b4499ea261598ab64242af [file] [log] [blame]
/* PR c/79431 */
void
foo (void)
{
int a;
#pragma omp declare target (a)
}