mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
4 lines
56 B
Common Lisp
4 lines
56 B
Common Lisp
|
__kernel void foo(int *i) {
|
||
|
i[get_group_id(0)] = 1;
|
||
|
}
|