
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.
6 lines
156 B
C++
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 };
|