blob: 45b0c558acf60a891e3cdc4bdf52d8a531ca685b [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
int i = int(123);
int u = (i + int(1));
}