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 124d076 commit 921c645Copy full SHA for 921c645
sycl/test/basic_tests/no_iostream.cpp
@@ -1,9 +1,6 @@
1
// RUN: %clangxx -fsycl %s -S -emit-llvm -o- | FileCheck %s
2
-// CHECK-NOT: @_ZStL8__ioinit = internal global %"class.std::ios_base::Init"
+// CHECK-NOT: {{^@}}
3
//
4
// Tests if <sycl/sycl.hpp> headers include any <iostream> headers
5
6
#include <sycl/sycl.hpp>
7
-using namespace sycl;
8
-
9
-int main() { return 0; }
0 commit comments