mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 10:56:06 +00:00
9 lines
272 B
C++
9 lines
272 B
C++
// RUN: %clang_cc1 -fopenmp-simd -fsycl-is-device -triple spir64 -verify -fsyntax-only %s
|
|
|
|
// Test that in the presence of SYCL options, that null function
|
|
// declarations are accounted for when checking to emit diagnostics.
|
|
|
|
// expected-no-diagnostics
|
|
|
|
__thread void *x;
|