We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4629ad0 commit a03f315Copy full SHA for a03f315
clang/test/SemaSYCL/no-prototype-func.c
@@ -1,3 +1,3 @@
1
-// RUN: %clang_cc1 -fsycl -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -emit-llvm -verify %s
+// RUN: %clang_cc1 -fsycl -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -verify -fsyntax-only %s
2
// expected-no-diagnostics
3
-int foo();
+int foo();
0 commit comments