Sign in
dawn
/
dawn
/
1d948c6e10c162080c482cff184b8c13309bf2dc
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.ir.msl
blob: 77f0be6647814d9559c61aef29aabfabbcbae3ba [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
thread
int
I
=
0
;
kernel
void
tint_symbol
()
{
I
=
123
;
I
=
123
;
}
program_source
:
4
:
12
:
error
:
program scope variable must reside
in
constant address space
thread
int
I
=
0
;
^