float main() { return (((2.0f * 3.0f) - 4.0f) / 5.0f); } [numthreads(2, 1, 1)] void ep() { return; }