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