dan sinclair | 575bb29 | 2023-11-26 23:28:41 +0000 | [diff] [blame] | 1 | #include <metal_stdlib> |
2 | using namespace metal; | ||||
dan sinclair | f1f381a | 2023-11-22 09:44:15 +0000 | [diff] [blame] | 3 | |
dan sinclair | 575bb29 | 2023-11-26 23:28:41 +0000 | [diff] [blame] | 4 | void f() { |
5 | int const i = 1; | ||||
6 | int b = int2(1, 2)[i]; | ||||
7 | } |