| <meta name="timeout" content="long"> |
| <title>Test prefix/postfix.</title> |
| <script src="js/test-harness.js"></script> |
| <script src="../js/webgpu-functions.js"></script> |
| <script src="../../resources/testharness.js"></script> |
| <script src="../../resources/testharnessreport.js"></script> |
| whlslTests.switchBreak = async () => |
| assert_equals(await callIntFunction(program, "foo", [makeInt(767)]), 27); |
| assert_equals(await callIntFunction(program, "foo", [makeInt(69)]), 7624); |
| assert_equals(await callIntFunction(program, "foo", [makeInt(0)]), 49); |