Sign in
dawn
/
tint
/
refs/heads/chromium/4857
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
upper
/
let.wgsl.expected.hlsl
blob: fa81c838f1b193051523ea325776f3ffd4718b00 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
int
A
=
1
;
static
const
int
_A
=
2
;
void
f
()
{
const
int
B
=
A
;
const
int
_B
=
_A
;
}