Sign in
dawn
/
tint
/
d1efb5d48cae18c4f051eb1a8bea0a59e13c9761
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
upper
/
var.wgsl.expected.msl
blob: f889d4df125912195545d188424dfb47af882b6b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
thread
int
*
const
tint_symbol
,
thread
int
*
const
tint_symbol_1
)
{
int
B
=
*(
tint_symbol
);
int
_B
=
*(
tint_symbol_1
);
}