Sign in
dawn
/
dawn
/
015c546d431e5b04756a95efeff7dd0fefbbbdb4
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
let.wgsl.expected.msl
blob: 2509d6c788e86cca4078bcfcd17e35cf3981def5 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
int
a
=
1
;
fragment
void
f
()
{
int
const
b
=
a
;
return
;
}