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