================ @@ -0,0 +1,13 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s + +// Issue 182534 +int a(); + +void b(__attribute__((opencl_global)) int(*) ); ---------------- NeKon69 wrote:
huh we can do that? intersting https://github.com/llvm/llvm-project/pull/183616 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
