blob: 33c9b377ed93732e28c8bf5fa4acd86e9ae23057 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
uint a = 1u;
uint b = 2u;
uint r = (a - b);
}