Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
fn.wgsl.expected.msl
blob: b889289373bc3cda0227745445b03b2a08ba6a90 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
}
void
_a
()
{
}
void
b
()
{
a
();
}
void
_b
()
{
_a
();
}