erichkeane ec227050e3 [OpenACC] Fix verify lines from 8fc80519cdb97c
Like a big dummy, I completely skipped running this test locally and
forgot it would need check lines.  *sigh*, Looks like SOMEONE has a case
of the Mondays!

Anyway, this patch fixes it by adding the proper verify lines.
2025-08-18 07:49:38 -07:00

6 lines
156 B
C++

// RUN: %clang_cc1 %s -fopenacc -verify
// expected-error@+2{{expected ';'}}
// expected-error@+1{{blocks support disabled}}
void *a = ^ { static int b };