Sign in
dawn
/
tint
/
1c6c6b19ab9c4a357f11f32bce4c3cbe17ada13e
/
.
/
test
/
identifiers
/
underscore
/
double
/
fn.wgsl.expected.msl
blob: aa446cf18ceba451882e812507bee2bb61a35d84 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
}
void
a__
()
{
}
void
b
()
{
a
();
}
void
b__
()
{
a__
();
}