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