Sign in
dawn
/
dawn
/
4682cb33b38544e8fdbff058b0a42eec05ffed63
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
fn.wgsl.expected.msl
blob: 04c4d68840dcaf36053c1ddbd6d0a97d40a0e3df [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
}
void
a__
()
{
}
void
b
()
{
(
a
());
}
void
b__
()
{
(
a__
());
}
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v
()
{
(
b
());
(
b__
());
}