brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 1ec114c Raw
6 lines · cpp
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