summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/compute/test/data/invalid_program.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/compute/test/data/invalid_program.cl')
-rw-r--r--src/boost/libs/compute/test/data/invalid_program.cl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/libs/compute/test/data/invalid_program.cl b/src/boost/libs/compute/test/data/invalid_program.cl
new file mode 100644
index 00000000..3a9de877
--- /dev/null
+++ b/src/boost/libs/compute/test/data/invalid_program.cl
@@ -0,0 +1,10 @@
+//---------------------------------------------------------------------------//
+// Copyright (c) 2017 Kristian Popov <kristian.popov@outlook.com>
+//
+// Distributed under the Boost Software License, Version 1.0
+// See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt
+//
+// See http://boostorg.github.com/compute for more information.
+//---------------------------------------------------------------------------//
+__kernel void foo(__global int *input) { !@#$%^&*() }